Saved Bookmarks
| 1. |
Explain The Role Of The Kafka Producer Api. |
|
Answer» The role of Kafka’s Producer API is to wrap the two producers – kafka.producer.SyncProducer and the kafka.producer.async.AsyncProducer. The goal is to expose all the producer FUNCTIONALITY through a SINGLE API to the client. The role of Kafka’s Producer API is to wrap the two producers – kafka.producer.SyncProducer and the kafka.producer.async.AsyncProducer. The goal is to expose all the producer functionality through a single API to the client. |
|