-
Notifications
You must be signed in to change notification settings - Fork 2k
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
azure-spring-cloud-starter-eventhubs stops picking up events and won't start again till service restart #19848
Comments
I kinda lied. @AzureMessageListener still works with webflux; we are trying that now |
@conniey could you please take a look? |
This looks like it could be related to #18070. The spring starter uses azure-messaging-eventhubs under the hood. |
@J4cku which version of the starter are you using? Have you tried our latest release? |
@saragluna I haven't as the version is not even present yet in maven central: |
@J4cku |
@saragluna I already did with 2.2.0 and it fails there |
@J4cku Is it convenient to post your source code address? |
@J4cku any update on this issue? |
@saragluna we ditched the binder implementation; we use now @AzureMessageListener implementation instead since that one does not get stuck |
@J4cku glad the listener approach works, but do you mind providing the pom file when using the binder? It will help us investigate what's wrong with the binder. |
This is probably related to #18070. We released an update to the underlying library this morning. |
As mentioned by @conniey , this issue has been fixed in com.azure:azure-messaging-eventhubs;5.7.0. So you could use azure-spring-cloud-stream-binder-eventhubs 2.4.0 and forward. If the issue still exists, please open this issue again. |
Hi,
We observed a weird problem that is near impossible for us to debug.
After some time of working fine our EventHub listener stops picking up new events (no idea why).
Logs look fine as always, e.g.
Load balancing is done regularly, but for some reason until I restart the service it is not picking up new events.
I have literally no idea what can we do to help investigate the problem. Same thing happen with integration as well as binder.
It seams to have worked fine earlier when we used @AzureListener (but we moved to webflux, and that way does not work without spring-web)
The text was updated successfully, but these errors were encountered: