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
Hi, guys!
I'm connecting to a remote Kafka cluster and some topics cannot be consumed. As far as I could see consumer timeout is hardcoded here and cannot be changed:
Hi, guys!
I'm connecting to a remote Kafka cluster and some topics cannot be consumed. As far as I could see consumer timeout is hardcoded here and cannot be changed:
kafka-webview/kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/manager/kafka/config/ClientConfig.java
Line 78 in a0b3bd1
It would be better to pass it as
maxResultsPerPartition
(for example).The text was updated successfully, but these errors were encountered: