0
votes

I have a usecase - To consume data from a specific single partition of a particular topic.

Scenario:

  • Topic already exists with x no. of partitions in brokers [No need to create it from consumer]
  • Need to read data from a single partition

Looking for a simple sample working code in C++ using librdkafka library.

Highly appreciate, if anyone helps me with this

Thanks in advance !!