Use for questions related to the Apache Kafka producer API.
I am trying to connect to my broker on aws with auto.create.topics.enable=true in my server.properties …
apache-kafka kafka-producer-apiWe have 3 zk nodes cluster and 7 brokers. Now we have to create a topic and have to create partitions for …
apache-kafka kafka-consumer-api kafka-producer-apiI have a single node, multi (3) broker Zookeeper / Kafka setup. I am using the Kafka 0.10 Java client. I wrote following …
java apache-kafka kafka-producer-apiWhen and how often does Kafka High Level Producer elect a leader? Does it do before sending each message or …
apache-kafka kafka-producer-api apache-kafka-connectWe are using kafka 0.10.2.1. The documentation specifies that a buffer is available to send even if it isn't full- By …
apache-kafka kafka-producer-apiI'm processing xml's and I need to send a message per record, when I receive the last record I close …
java apache-kafka kafka-producer-apiI am using kafka_2.11-2.1.1 and Producer using spring 2.1.0.RELEASE. I am using spring while I am sending the messages …
apache-kafka kafka-producer-api spring-kafkaI have windows environment and my own set of kafka and zookeeper running. To use custom objects, I started to …
apache-kafka avro kafka-producer-api confluence-rest-api confluent-platformI am new in Kafka and I have a question that I'm not able to resolve. I have installed Kafka …
java apache-kafka kafka-producer-apiGiven the below synchronous kafka producer Properties props = new Properties(); props.put("max.block.ms", 30000); props.put("request.timeout.ms", 30000); …
apache-kafka kafka-producer-api