97174/how-to-create-a-kafka-producer
Hi Guys,
I have created a Kafka topic. I want to start a producer to check if the Kafka cluster is working fine or not. How can I create a Kafka producer?
Hi@MD,
Generally, Kafka producer comes from an API. But for checking, you can create a producer from your command line, as shown below.
$ bin/kafka-console-producer.sh --broker-list localhost:9092 --topic topic-edu >hello
Hi@akhtar, To create kafka producer API, you can ...READ MORE
Hi@akhtar, To create a Kafka topic, you need ...READ MORE
Deleting topic isn't always working in 0.8.1.1 Deletion ...READ MORE
Hi@akhtar, To create kafka topic you can use ...READ MORE
Hi@akhtar, If you know the kafka producer API ...READ MORE
Hi@akhtar, To do this task you have to ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.