-
Notifications
You must be signed in to change notification settings - Fork 121
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
Fixes around service discovery, engine and consumer. #327
Conversation
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
e33ffba
to
a3e9b86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some questions regarding hazardous casting
…d topic Co-authored-by: @Wonshtrum <eloi.demolis@clever-cloud.com> Co-authored-by: @KannarFr <alexandre.duval@clever-cloud.com> Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
…egex for topic discovery Co-authored-by: @Wonshtrum <eloi.demolis@clever-cloud.com> Co-authored-by: @KannarFr <alexandre.duval@clever-cloud.com> Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
…ssage Co-authored-by: @Wonshtrum <eloi.demolis@clever-cloud.com> Co-authored-by: @KannarFr <alexandre.duval@clever-cloud.com> Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
a3e9b86
to
ef7c063
Compare
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better :)
Who should review this? (and merge) |
Akanoa and I could do both, but I was waiting for people who works with at streamnative to review as well. |
remaining_messages
variable. The symptom was that consumer stop receiving messages, because they do not send any flow control message due to the invalid remaining message number. We also fix a bug that create a reconnect loop, because the driver consider that the newly created connection was already disconnected due to same origin.