Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 22906

Python Circle: Publishing to Kafka — Synchronous vs Asynchronous

$
0
0
By default, the Kafka client uses a blocking call to push the messages to the Kafka broker. We can use the non-blocking call if application requirements permit. Here we will explore how we can use the non-blocking approach to push data to Kafka, what is the impact, and what could be the concern points and how to take care of them.

Viewing all articles
Browse latest Browse all 22906

Trending Articles