Top "Consumer" questions

consumer.How to specify partition to read? [kafka]

I am introducing with kafka and I want to know how to specify partition when I consume messages from topic. …

java apache-kafka partition consumer
Kafka Consumer in C++

I have been searching for C++ kafka consumer. I came across following which are for C++ kafka but there is …

c++ apache-kafka consumer
Reading messages offset in Apache Kafka

I am very much new to Kafka and we are using Kafka 0.8.1. What I need to do is to consume …

java offset apache-kafka consumer
Does the JDK provide a dummy consumer?

I have a need in a block of code to consume 'n' items from a stream then finish, in essence: …

java java-8 java-stream consumer
The method '[ ]' was called on null

I am running my app and getting the error: "NoSuchMethodError: The Method '[ ]' was called on null. Receiver: null. …

firebase flutter consumer flutter-provider
Kafka Consumer poll messages with python

I have problems with polling messages from Kafka in a Consumer Group. My Consumer Object assigns to a given partition …

python apache-kafka consumer kafka-python