Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kafka-consumer-api

Can I retrieve the latest available offset for a Kafka partition without retrieving all the messages?

Multithreaded Kafka Consumer or PerPartition-PerConsumer

multiprocessing in kafka-python

Spring kafka consumer, seek offset at runtime?

how many consumer groups can a kafka topic handle?

How can I initialize kafka ConsumerRecords<String,String> in kafka for testing

What's the best way to design message key in Kafka?

What is a listener container in Spring for Apache Kafka?

how to specify consumer group in Kafka Spark Streaming using direct stream

Kafka consumer.poll returns no records

Kafka Acknowledgment vs Kafka commit

Kafka consumer does not start from latest message

Simple Kafka Consumer not receiving messages

Why is Kafka consumer ignoring my "earliest" directive in the auto.offset.reset parameter and thus not reading my topic from the absolute first event?

Kafka consumer group offset retention

module 'snappy' has no attribute 'decompress'

SBT cannot import Kafka encoder/decoder classes

kafka consumer to dynamically detect topics added