Hi,
I wonder if there is a way to have the Kafka verifiable consumer only consume from 1 partition.
The standard console consumer has a parameter:
--partition 1
now to support that, but the Verifiable consumer doesn't.
Can you achieve the same it by playing with the consumer config options?