Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in apache-kafka

How can I set unlimited retention for an compacted topic in Kafka?

apache-kafka

Default serializer for kafka 0.8.2.0

apache-kafka

Kafka Connect with Amazon MSK

Running Kafka on Windows 10 fails: The system cannot find the path specified

windows apache-kafka

Kafka Broker vs Topic

apache-kafka

NoBrokersAvailable: NoBrokersAvailable-Kafka Error

Eventsourcing in Apache Kafka

Error to serialize message when sending to kafka topic

Clear a Kafka consumer group with stuck members

apache-kafka

Kafka Connect assigns same task to multiple workers

Consume kafka messages from django app

django apache-kafka celery

Kafka consumer, very long rebalances

apache-kafka

How to evenly balance processing many simultaneous tasks?

What could cause "Failed to get offsets by times" in a Kafka Consumer?

Kafka Client Connection Pooling

java apache-kafka

How to fetch offset id while consuming Kafka from Spark, save it in Cassandra and use it to restart Kafka?

Exponential backoff with message order guarantee using spring-kafka

can a kafka consumer filter messages before polling all of them from a topic?

The correct way for creation of KafkaTemplate in spring boot