You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is running on multiple nodes. Is there a way to pause the consuming, so that only other nodes are consuming the messages without shutdown the application?
I suggest you start a thread on the user forum at #655. We use this repo to track work on the wildfly.org website itself, so it's unlikely people who can answer your question will see it. (I can't answer it.)
I'm using the smallrye-reactive-messaging (kafka) extension within wildfly
I can successfully consume messages within the application.
The application is running on multiple nodes. Is there a way to pause the consuming, so that only other nodes are consuming the messages without shutdown the application?
I tried something with:
with the property
pause-if-no-requests
set to false. but this cause the full consuming group to pause.The text was updated successfully, but these errors were encountered: