Open h2mch opened 1 month ago
Hi @h2mch,
I suggest you start a thread on the user forum at https://github.com/wildfly/wildfly.org/issues/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.)
Best regards, Brian
thx for the hint.
Sorry, @h2mch it wasn't a very good hint as I posted a wrong link to the forum. It's
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.