kafka-webview icon indicating copy to clipboard operation
kafka-webview copied to clipboard

Consumer poll timeout is hardcoded

Open xakassi opened this issue 5 years ago • 0 comments

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).

xakassi avatar Jun 08 '20 14:06 xakassi