We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
kafka实践
There was an error while loading. Please reload this page.
消费者问题:
开多个消费者会有重复消费的问题,只能自己存offest
如果每次都用最新的offest,会有消息丢失的问题。