Hi All,
I'm testing to increase the default value of max.poll.records = 30 to 500 version 2.4.2. when i force on kafka rest proxy config file like this :
consumer.max.poll.records=500
at startup server, i hav i WARN :
WARN Property consumer.max.poll.records is not valid (io.confluent.kafka.utils.VerifiableProperties)
all consumer still getting connection with default config :
max.poll.records = 30
How to increase this property for all consumers ?
Regards
Martin