Hi,
> 4. but when i close my Ubuntu virtual machine and i start Kafka and
> Zookeeper again. I can see the topics present in the kafka cluster. However
> all are default to 0 offset and data seems to have been lost.
By default kafka stores the data in /tmp/kafka-logs directory.
When you restar
Hi ,
I am using Kafka 2.10_8.1.1 in the local mode , multi broker scenario.
I wanted to establish how reliable is Kafka when it somes to guaranteed
messaging , so i came with following results. wanted to know if this
behaviour will be same distributed environment.
The results are as follows :
1. W