Profile photo for Quora User

Kafka producer clients may write on the same topic and on the same partiton but this is not a problem to kafka servers. Since there is only one leader broker for that partition, both message will be written to different offsets. Kafka server will handle concurrent write operation. Infact this is the basic purpose of any servers. They are written in a way to handle concurrency.

View question
About · Careers · Privacy · Terms · Contact · Languages · Your Ad Choices · Press ·
© Quora, Inc. 2025