Use for questions related to the Apache Kafka consumer API
I am using KafkaConsumer 0.10 Java api. I want to consume from a specific partition and specific offset. I looked up …
java kafka-consumer-apiI have setup a kafka zookeeper and 3 brokers on one machine on ec2 with ports 9092..9094 and am trying to consume …
amazon-ec2 apache-kafka apache-zookeeper kafka-consumer-api kafka-producer-apiwhen I run the following command with kafka 0.9.0.1 i get this warnings[1]. Can you please tell me what is wrong …
jms apache-kafka kafka-consumer-api jms-topic kafka-producer-apiwhen i use kafka0.8.x,i can get all group list with zookeeper by path /consumers/group_id, because offsets …
apache-kafka apache-zookeeper kafka-consumer-api apache-kafka-connectI am writing a consumer that manually commits the offset once a series of records are commited to Mongo. In …
java apache-kafka kafka-consumer-apiWhat's the difference between the below two dependencies? Do i really need the first one to make a consumer or …
maven apache-kafka kafka-consumer-api kafka-producer-apiThe quote from https://www.safaribooksonline.com/library/view/kafka-the-definitive/9781491936153/ch04.html#callout_kafka_consumers__reading_data_from_kafka_CO2…
java apache-kafka offset kafka-consumer-apiThe document https://www.safaribooksonline.com/library/view/kafka-the-definitive/9781491936153/ch04.html says that "Note that with auto-commit enabled, a call …
kafka-consumer-apiWhile polling Kafka, I have subscribed to multiple topics using the subscribe() function. Now, I want to set the offset …
java apache-kafka kafka-consumer-apiWe are facing a problem with Kafka. We have a topic with only a partition and only one consumer in …
apache-kafka kafka-consumer-api