-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
decoupled connections and task #35
decoupled connections and task #35
Conversation
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
=======================================
Coverage 35.66% 35.66%
=======================================
Files 4 4
Lines 143 143
=======================================
Hits 51 51
Misses 92 92 Continue to review full report at Codecov.
|
Thanks for the PR. However, this is not what I had in mind. A few general comments:
Give some time to work on a proposal for this and then we can add the gomiko connection plugin and reference tasks. |
the the does that make sense? |
That means that
With your implementation that's true for a single grouped task. Let me mock something very quickly and we can take the discussion from there. |
not really, its the same thing but different
not sure about this, the implementation is exactly the same as in
Cool!. Ok |
There is more you may want to do over a transport protocol, sending files, subscribe to events, etc. And it doesn't work well (or at all) with grpc.
The implementation doesn't look much like nornir, for instance, nornir doesn't implement the
Yes |
i mean for sending multiple commands on same connection, |
Ok, we are probably talking about different things. My main concern is being able to reuse the connection. I already opened #37 which should be enough to illustrate what I mean. |
an |
created a new pkg connection which is similar to
nornir
connections,this is related to #3