I am new to Apache Kafka and I know what is Producer and Consumer. But the Official document says
- It is a streaming platform.
- It is enterprise messaging system.
- Kafka has connectors which are import and export data from databases and other system also.
what does it mean? Can anyone explain me?
And I know Producers are a client application which sends data to Kafka Broker and Consumers are also client application which read data from Kafka Broker.
But my question is, can consumer push data into Kafka Broker?
And as per my knowledge, I assume that If Consumer wants to push data into Kafka Broker, It become Producer. Is it correct ? Any suggestion. Thanks in advance!