- What is Kafka, Why do we use it?
- Explain some Key Features of Kafka?
- What are the Topics and Partitions in Kafka?
- What are Producer, Consumer and Consumer Group?
- How does Kafka divide the load between different partitions?
- How many consumers we can have if we are consuming from one topic?
- What is Lag?
- What causes the lag and how can we fix it?
- How can we improve the performance if we have a limited number of consumers?
- What is Broker or Kafka Broker?
- What is meant by fault tolerance? How does Kafka handle failures?
- Why the number of consumers is generally odd?
- Explain some use cases of Kafka?
- Difference between Kafka and RabbitMQ?
- What is the replication factor in Kafka?
- What is offSet?
- What is a zookeeper and how does it work?
- How does Kafka help in developing microservice-based applications?
- What is the Leader election algorithm?
- How does load balancing happen in Kafka?
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.