-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Automatic reconnection on network failure #312
Comments
Would you be interested in a PR for this? |
Sure. |
Any update on this? Automatic reconnects would be really useful for me. I’d even try to contribute if something specific is missing. |
I'm also interested on this feature |
I'd be willing to take some sponsorship to work on this |
Something like this |
We're willing to sponsor this, plz email me at [email protected] |
Progress is being made on this front, initial version should be coming this summer |
Small update on this front: |
Any news about this? |
I'm sorry about this, last two months were a lot... rougher than anticipated. All current progress can be tracked in #416. |
Now that we have the topology API, here are the steps required towards automatic reconnection:
Option<Consumer>
to the wrappedbasic_consume
, set it to None from the public wrapper, store the Option in the state and use it to restore everything in the given Consumer if we got Some.Option<Channel>
to the channel creation to share internals with the Channel we want to restore, set it to None, but use it when finalizing if it's Some.Option<InternalTopology>
set to None to the connection process, and use it when it's some to restore_internalThe text was updated successfully, but these errors were encountered: