Use for questions related to the Apache Kafka producer API.
What's the exact reason to have heartbeat failure for group because it's rebalancing ? What's the reason for rebalance where all …
apache-kafka kafka-producer-apii have already started to learn Kafka. Trying basic operations on it. I have stucked on a point which about …
python apache-kafka kafka-consumer-api kafka-producer-api kafka-pythoni need to test a message, which contains headers, so i need to use MessageBuilder, but I can not serialize. …
apache-kafka kafka-producer-api spring-cloud-stream spring-kafkaI am new to Kafka and try to setup enviroment for it . I am trying to run a single node …
apache-kafka apache-zookeeper kafka-producer-apiI would like to get some response from the broker when I produce a message. I have tried CallBack mechanism (…
java apache-kafka kafka-consumer-api kafka-producer-apiI am trying to load a data file in loop(to check stats) instead of standard input in Kafka. After …
apache-kafka kafka-producer-apiI am investigating Kafka 9 as a hobby project and completed a few "Hello World" type examples. I have got to …
apache-kafka kafka-consumer-api kafka-producer-api momI was wondering about what types of data we could have in Kafka topics. As I know in application level …
apache-kafka file-format kafka-producer-apiI am new to Kafka, Serialization and JSON WHat I want is the producer to send a JSON file via …
json serialization apache-kafka kafka-producer-apiI have setup a kafka zookeeper and 3 brokers on one machine on ec2 with ports 9092..9094 and am trying to consume …
amazon-ec2 apache-kafka apache-zookeeper kafka-consumer-api kafka-producer-api