79740621

Date: 2025-08-20 04:42:21
Score: 0.5
Natty:
Report link

You can try : AckMode.BATCH with enable-auto-commit: false

This gives you one commit per batch, not per record, and not time-based.

If you want absolute control (e.g., handle errors yourself before retry), you can go with :

AckMode.Manual

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: shailesh patil