Conditions in which Kafka Consumer (Group) triggers a rebalance
I was going through the Consumer Config for Kafka. https://kafka.apache.org/documentation/#newconsumerconfigs what are the parameters that will trigger a rebalance ?. For instance the following parameter will ?. Any other parameters which we need to change or will defaults suffice connections.max.idle.ms Close idle connections after the number of milliseconds specified by this config. long 540000 medium Also we have three different topics Is it a bad idea to have the same Consumer Group (Same ID) consuming from multiple topics. Assuming if the above scenario is valid (not necessarily the best