SlimMessageBus icon indicating copy to clipboard operation
SlimMessageBus copied to clipboard

[Host.Kafka] Leverage autocommit to achieve faster consumption

Open zarusz opened this issue 2 years ago • 9 comments

Currently, the Kafka provider uses a manual commit approach (every N message, every M seconds). We should also give the option to perform auto commits by Kafka. This should significantly increase consumption speed.

zarusz avatar Oct 26 '22 21:10 zarusz