Basic Kafka usage involves producing messages to a topic and consuming them — typically via a client library (Java, Python, etc.). Understanding the basic produce/consume flow is the practical entry point to using Kafka.
Producing messages
producer = kafka.();
producer.();
producer.({
: ,
: [
{ : , : .({ : , : }) },
],
});
