Hi Kafka experts, I am trying to understand how Kafka new producer works. From the Kafka new producer code/comment, it indicates the producer is thread safe which we could have multiple clients per KafkaProducer. Is RecordAccumulator the only place to take care thread synchronization for KafkaProducer?
Thanks, -Tao