Kafka's Architecture Fundamentals
Overview Before working with Kafka, it’s important to understand its architecture. Terminologies Here are the most important concepts in Kafka Broker/server These are machines, containers that accepts requests to the clusters. A broker also holds data. Topics These are the virtual container of your messages. The publisher (the one that send messages) and the consumer … Read more