Apache Kafka

Rose1845
What is Apache Kafka Main Concepts Event A record that something actually happened, i.e., a message When you read/write to Kafka, you do this in the form of events Producers Use the producer api to produce and send events Topics Events are organized and durably organized into topics Topics are categorized into which the events are published that trigger other actions Consumers Those who subscribe (read and process) the events sent by producers Real time processing(Streams) Partitions for Scalabi