Replies: 1 comment 2 replies
-
Hey @mrdenis73 👋 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The worker does not have time to send a message to Kafka in debug mode
Is it possible to set the time for a worker to be removed or how to solve the problem without crutches?
The request arrives via http, some business logic is done, sent to Kafka and a response is immediately returned.
http:
address: 0.0.0.0:8080
pool:
num_workers: 1
#debug: true # works specifically, ignores all settings in the pool section and starts workers upon an incoming request, deletes the worker after the response
# producer may not have time to write to Kafka
HttpController.
Beta Was this translation helpful? Give feedback.
All reactions