I did create https://issues.apache.org/jira/browse/KAFKA-5440
On 5/16/17 8:46 AM, Eno Thereska wrote:
> Hi Andreas,
>
> Thanks for reporting. This sounds like a bug, but could also be a semantic
> thing. Couple of questions:
>
> - which version of Kafka are you using?
> - what is the nature o
Hi Andreas,
Thanks for reporting. This sounds like a bug, but could also be a semantic
thing. Couple of questions:
- which version of Kafka are you using?
- what is the nature of the failure of the threads, e.g., how come they have
all crashed? If all threads crash, was there an exception they
Hi All,
We recently implemented a health check for a Kafka Streams based application.
The health check is simply checking the state of Kafka Streams by calling
KafkaStreams.state(). It reports healthy if it’s not in PENDING_SHUTDOWN or
NOT_RUNNING states.
We truly appreciate having the possib