You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forget brokers
, although it doesn't use the kafka-python client.The text was updated successfully, but these errors were encountered: