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)
Coverting a Kafka message into java object
I am trying to convert a kafka message which is received as List of string into Json object.
Following is my code snippet:
//Kafka consuming msg
List<String> message = KafkaMessa...
Rumi
Votes: 1
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
Is it possible to make csv file using records from KAFKA STREAMS within a time frame?
I'm trying to send data records from Kafka topic using Kafka Streams using SCALA. After each 100 record, it should make a csv. Is it possible without use of Kafka connect??
UPDATE : I'm able to make c...
Anish Aravindan
Votes: 0
Answers: 1
How to add consumerGroup for a topic in kafka using Shopify/sarama golang library?
In the sarama library there is an option to initialize NewConsumerGroup but how to hook it hook i t up to NewConumer?

Sarthak Jha
Votes: 0
Answers: 1