Use for questions related to the Apache Kafka consumer API
I am a new user to Kafka and have been trialling it for about 2-3 weeks now. I believe at …
apache-kafka kafka-consumer-apiWhat is the bestway to create topics in kafka? How many replicas/partitions to be defined when we create topics? …
apache-kafka kafka-consumer-api kafka-producer-apiWe can get every messages from Kafka by doing: bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning Is there a …
apache-kafka kafka-consumer-apiI am manually starting Zookeeper, then Kafka server and finally the Kafka-Rest server with their respective properties file. Next, I …
spring-boot apache-kafka kafka-consumer-api spring-kafkaWe have a fairly strict network segmentation policy. I am using a cloud foundry instance to deploy an app to. …
apache-kafka kafka-consumer-apiI did fresh installation of Apache Kafka 0.10.1.0. I was able to send / receive messages on command prompt. While using Producer / …
java apache-kafka kafka-consumer-apiI am unclear why we need both session.timeout.ms and max.poll.interval.ms and when would we use …
apache-kafka kafka-consumer-apiI noticed that the Consumer configuration has two IDs. One is group.id (mandatory) and second one is consumer.id (…
apache-kafka kafka-consumer-apiWe are planning to write a Kafka consumer(java) which reads Kafka queue to perform an action which is in …
apache-kafka kafka-consumer-apiI'm trying to test run a single Kafka node with 3 brokers & zookeeper. I wish to test using the console …
apache-kafka kafka-consumer-api