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.
我正在使用 Python Kafka 主题。
是否有任何供应生产者可以更新 Kafka 队列中的消息并将其再次附加到队列顶部?
根据 Kafka 的规范,这似乎不可行。
Kafka 是一个分布式的不可变提交日志。也就是说,不可能更新主题中的消息。一旦它在那里,你所能做的就是消费它,更新并再次生产到另一个(或这个)主题