Top "Producer" questions

Producer is an actor in the Producer Consumer scenario

is kafka producer capable of sending multiple messages in a list?

In Kafka v 0.8.2, is it still possible/beneficial to send a list of ProducerRecords as a producer as opposed to …

producer apache-kafka
java concurrency: multi-producer one-consumer

I have a situation where different threads populate a queue (producers) and one consumer retrieve element from this queue. My …

java concurrency consumer producer