Explain how message is consumed by consumer in Kafka?
Answer / Deepak Mishra
"Consumers in Kafka subscribe to specific topics and partitions. They continuously poll for new messages (polling or long-polling) from the assigned partition leader. When a new message arrives, the consumer processes it and acknowledges reception to Kafka. The consumer group ensures that messages are not processed multiple times by different consumers in the same group. "
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how you can reduce churn in isr? When does broker leave the isr?
When does the queue full exception emerge inside the manufacturer?
What does producer api in kafka?
What is the role of Consumer API?
What is the role of Connector API?
What is kafka message?
How can you use producer api code?
Explain the concept of Leader and Follower?
Is Apache Kafka is a distributed streaming platform? if yes, what you can do with it?
Explain how to write the output into a file using storm?
Mention what is the maximum size of the message does kafka server can receive?
Explain what is a consumer group?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)