'Kafka server goes down when there is no data flowing through the queue
Recently there was no data flow through kafka server (no data produce so no data consume), turns out there is some limitations on kafka server is like when there is no data flow in kafka for specific period of time then it would down the kafka server.
I don't want like that since my data producing is not that consistence.
I want kafka server to be alive till I turn it down manually.
Can anyone help?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
