Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in apache-kafka

How does kafka know whether to "roll forward or roll back" a transaction?

kafka IllegalStateError: Producer is closed forcefully

How to select the Key of a Record in a Select statement

apache-kafka ksqldb

Spring Kafka | How to make DeserializationException retryable?

Does retention.bytes in Kafka limit the size of a partition per replica or a partition's all replica combined?

apache-kafka

Spring kafka @KafkaListener is not being invoked

Logstash 5.1.1 kafka input doesn't pick up existing messages on topic

Kafka Producer config retry strategy

Circuit breaker with kafka consumer

Can we use multiple kafka template in spring boot?

retrieve messages in a topic using kafka-python

How to create a list of topics in Apache Kafka using single command

Running kafka connect in Distributed mode?

kafka bootstrap.servers as DNS A-Record with multiple IPs

Kafka consumer not consuming from beginning

Py4JJavaError: An error occurred while calling o45.load. : java.lang.NoClassDefFoundError: org/apache/spark/sql/sources/v2/StreamWriteSupport

Is there a limit on consumers and consumer groups?

apache-kafka

Spring Kafka - How to set Commit Async property

How to map input KStream <String,String> into <String, CarClass> using KeyValueMapper?