Hi, what is the output of kafka-consumer-groups.sh --describe for that
consumer's group please?

On Thu, 17 Sep. 2020, 7:37 pm Gowtham S, <gowtham.co....@gmail.com> wrote:

> Hello All,
> We are consuming a topic with a single partition, the consumer.poll(1000)
> returns "0" records mostly event if we have more than 10000 records in lag.
> In which case it will behave like this.
> We are using Kafka-2.4.0 client and 2.4.0 broker.  The single record size
> is 100Kb.
>
> Consumer configuration
>
>    - fetch.max.bytes=102428800
>    - fetch.min.bytes=1
>    - receive.buffer.bytes=-1
>    - max.partition.fetch.bytes=102428800
>    - max.poll.records=1000
>
> Can anyone help us to resolve this?
>
> Thanks and  regards,
> Gowtham S, MCA
>

Reply via email to