I have tried shopify/sarama library to consume kafka messages. I used both Consumer interface and ConsumerGroup interface. I can consume from specific partitions using ConsumePartition() method in Consumer. But when I use ConsumerGroup interface, I do not seem to have the capability to consume from a specific partition.
Is there a way for me to assign certain partitions to specific consumers inside a consumer group? Or is it something I cannot interfere with?
confluentkafka library, right? There is no such method insaramalibrary. - Dean Karstle