Sending Messages
This lesson discusses the various ways of sending Kafka messages and an example of sending messages asynchronously.
We'll cover the following...
There are three ways in which messages can be sent by producers:
-
Fire and forget: Message is sent to Kafka ...