Created 06-19-2018 07:42 AM
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?
Created 06-20-2018 04:24 AM
@Jasper
Hi,
As far as I know verifiable consumer is designed for system testing and it emits consumer events as JSON objects. Also, --group-id is a mandatory option and even if you check the code it uses subscribe method to subscribe to partitions so I don't think we can mention specific partition.
Thank you!
Created 06-20-2018 04:24 AM
@Jasper
Hi,
As far as I know verifiable consumer is designed for system testing and it emits consumer events as JSON objects. Also, --group-id is a mandatory option and even if you check the code it uses subscribe method to subscribe to partitions so I don't think we can mention specific partition.
Thank you!