Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Who is the producer in Kafka?
Home
Kafka Premiera Ola
Who is the producer in Kafka?
0
votes
asked
Dec 30, 2022
in
Kafka Premiera Ola
by
Robin
Who is the producer in Kafka?
kafka-producer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 30, 2022
by
Robin
The producer is a client who publishes and sends the record. The producer sends data to the broker service. The producer applications write data to topics that are ready by consumer applications.
...