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.
是否可以重播旧消息(在保留期内)?没有关于它的文档。我想根据时间戳或时间段来执行此操作。
对正确方向的提示将不胜感激。
我通过手动通过 Admin 客户端找到了答案:
adminClient.topics().resetCursor("topictest", "sub-1", milis);
您可以通过首先检索订阅者列表来重置/重播所有消费者/订阅者:
adminClient.topics().getSubscriptions("topictest")