Producer.config
key.serializer=org.apache.kafka.common.serialization.StringSerializer
value.serializer=org.apache.kafka.common.serialization.StringSerializer
max.in.flight.requests.per.connection=1
retries=3
acks=-1
Steps:
- started Kafka mirror on server1 and pushed 100 messages
- Verified the messages on server2.
- Closes kafka mirror on server1 and pushed 100 messages
- After few minutes starts the kafka mirror on server1.
- lot of messages which didnt get replicated to server2
I would appreciate if anyone could help me with the configuration details