Elaborate kafka architecture?



Elaborate kafka architecture?..

Answer / Pramod Pratap Singh

Apache Kafka is a distributed streaming platform. Its architecture consists of brokers, topics, partitions, and consumers/producers. Brokers store and manage data (topics). Each topic is divided into one or more partitions for parallel processing. Producers write messages to the partitions, while consumers read from them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Kafka Interview Questions

When do you call the cleanup method?

1 Answers  


What is the difference between kafka and mq?

1 Answers  


What are the role of kafka producer api plays?

1 Answers  


What does producer api in kafka?

1 Answers  


What are the capabilities of kafka?

1 Answers  


What does it indicate if replica stays out of ISR for a long time?

1 Answers  


List some difference between flume and kafka?

1 Answers  


Mention what happens if the preferred replica is not in the ISR?

1 Answers  


how you can reduce churn in ISR? When does broker leave the ISR?

1 Answers  


Explain what is zookeeper in kafka? Can we use kafka without zookeeper?

1 Answers  


Mention what is the maximum size of the message does kafka server can receive?

1 Answers  


Explain the format of an apache kafka message?

1 Answers  


Categories