Re: Data loss when ack != -1
Hi Justin, Setting the required acks to -1 does not require that all assigned brokers are available, only that all members of the ISR are available. If a broker goes down, the producer is able to commit messages once the faulty broker is evicted from the ISR. This can continue even if only one bro
CSVMetricsReporter name conflict
lieve this behavior is related to an old issue, KAFKA-542 <https://issues.apache.org/jira/browse/KAFKA-542> Best, Andrew Grasso