Articles

This article is a continuation of Part 1, ‘Kafka Technical Overview.’ In Part 2 of the series, let’s look into the details of how a Kafka producer works and important configurations.

Producer Role

The primary role of a Kafka producer is to take producer properties, record them as inputs, and write them to an appropriate Kafka broker. Producers serialize, partition, compress, and load balance data across brokers based on partitions.

Source de l’article sur DZONE