Kafka and its architecture
Core components of Kafka
š¶ Topic:
In Apache Kafka, a topic is a named stream of data to which messages (or events) are written by producers and read by consumers.
Think of a topic as a category or feed name. For example:
"user-signups"
"payment-ev...
backend-geek.hashnode.dev10 min read