【发布时间】:2022-12-28 08:30:58
【问题描述】:
Imagine there are 1 producer and 1000 consumers with same group id (the producer and consumer group id is not the same). When message arrived and Kafka place it to the queue, does Kafka send notification to 1000 consumers that new message has been arrived (and after that, only one consumer takes the message)? If it's not, how does consumer know that new message has been arrived? Does Kafka send notification fo all consumers that new message has arrived?
【问题讨论】:
标签: apache-kafka rabbitmq spring-kafka