Using Apache Kafka client from Java, is there any way to change a Kafka consumer config once has been created?.
I want to increase/reduce max.poll.records depending of the number of consumers in the cluster.
The only way is destroy, and recreate the consumer?. If that's the case, is bad since create a new consumer it will take time, and also the warmup.