SlimMessageBus
SlimMessageBus copied to clipboard
[Host.Kafka] Leverage autocommit to achieve faster consumption
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.