connect
connect copied to clipboard
Kafka Input without consumer group doesn't consume from complete partition range.
When using Kafka input without consumer_group, not all partitions are read from range of 0-8. Only the last one ever gets consumed. Following files are used Archive.zip
Creating multiple inputs per topic works without any issues and all partitions get consumed.
I think this may have been fixed in https://github.com/Jeffail/benthos/commit/0c6a2e570999be7539926cb463d31fe92e166c72 but needs confirming.
I think this may not yet be fixed per our thread in Discord.