kafka-webview
kafka-webview copied to clipboard
Consumer poll timeout is hardcoded
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:
https://github.com/SourceLabOrg/kafka-webview/blob/a0b3bd106ca7374a59b55576ec36ec8548203010/kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/manager/kafka/config/ClientConfig.java#L78
It would be better to pass it as maxResultsPerPartition (for example).