I have a kafka consumer (written in python). It listens to topics with regex(^.*_collection_updates$).
I have seen that the connection between consumer and brokers stops and starts automatically. I don't know the reason. Can someone tell me diff between below stack overlflow listed configuration ?
The answer in this issue is the configuration i wanted to know.