Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Fire And Forget 是一种让您在消息队列中添加消息而不等待确认的模式。另外,我知道 Pub/Sub 是一种发布者将发布而订阅者将使用数据的模式。消息队列(Kafka)中的这两种模式有什么区别?
在 Kafka 中,正如您所描述的那样;没有“vs”,因为它是协议的不同方面,它们不是排他性的
禁用生产者 acks,这很简单。生产者总是在推动。
消费者总是订阅。