cheaster062211
Results
2
comments of
cheaster062211
> > 我可以确认 Sarama 可以检测到新分区。但它发生在元数据刷新之后,默认情况下**间隔为 10 分钟**。可能是对第一个问题的误解的原因。 > > 你是对的。我们应该注意到,在那种情况下(例如检测到新分区),会话将退出,因此用户应该始终重试 Consume 方法。[这里有详细解释](https://github.com/Shopify/sarama/issues/1685#issuecomment-652537977) ``` if oldTopicToPartitionNum, err = c.topicToPartitionNumbers(topics); err != nil { return } ``` When this oldTopicToPartitionNum already changed...
> @KeenCN this is the first time I have seen this document, and I'd have to search to see if whoever is responsible for it ever raised any issues for...