自动提交时如何防止消费者提交偏移量

How to prevent consumer commit offset when it auto-commit

如何在自动提交时防止消费者提交偏移量。 我收到了 1 条消息,我将其屏蔽,所以我不想承诺抵消它。

根据定义,您无法阻止使用 auto-commits 的提交。