You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to configure max.poll.records in rest proxy configuration using variable KAFKA_REST_CONSUMER_MAX_POLL_RECORDS_CONFIG: 10 in the docker file.
But while polling the records using GET /consumers/(string:group_name)/instances/(string:instance)/records
The above config is not getting applied?
Any idea on whether is it possible to fetch specific number of records from the above api?
The text was updated successfully, but these errors were encountered:
Hi ,
I tried to configure max.poll.records in rest proxy configuration using variable KAFKA_REST_CONSUMER_MAX_POLL_RECORDS_CONFIG: 10 in the docker file.
But while polling the records using GET /consumers/(string:group_name)/instances/(string:instance)/records
The above config is not getting applied?
Any idea on whether is it possible to fetch specific number of records from the above api?
The text was updated successfully, but these errors were encountered: