esque
esque copied to clipboard
Increase timeouts for kafka-python calls
Some commands that rely on kafka-python (describe consumergroup
) fail to obtain a response using default timeout values. This presents a problem on smaller clusters. These timeouts could safely be increased to 30s. The same can be applied for get brokers
, although it doesn't use the kafka-python client.