python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache Kafka best practices
We are looking to start using Apache Kafka, and we are studying the best ways to create processes to consume data in Kafka. When I say process, I mean the creation of a pipeline like Airflow, but when...
Alisson Alves
Votes: 0
Answers: 0
How to disable Kafka internal log?
I want to disable the Kafka internal log which I didn't write.
Below code is my basic kafka producer code.
package me.sclee.kafka.basic.producer;
import org.apache.kafka.clients.producer.KafkaProduce...
sclee1
Votes: 0
Answers: 1
Kafka Priority queue using topics
I'm trying to create a priority queue using Kafka Consumer, I read about Bucket pattern,and how to use it in one Topic, distributing partitions between the Buckets.
But what I need is to do here, is u...

paul
Votes: 0
Answers: 0
Using Spring Cloud Stream Kafka Streams with Avro input/output with nativeEncoding/decoding=false
We're testing the use of Kafka Streams via Spring Cloud Stream function support with Avro input/output records, but setting nativeEncoding=false and nativeDecoding=false in order to use a custom Messa...

José María Lora
Votes: 0
Answers: 1