Skip to content

Commit b3ea5f2

Browse files
author
Harish Narayana
committed
Merge branch 'master' into pollTimeout
2 parents e592fd7 + 00a5166 commit b3ea5f2

File tree

1 file changed

+2
-1
lines changed
  • kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/manager/kafka/config

1 file changed

+2
-1
lines changed

kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/manager/kafka/config/ClientConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ public Builder withPollTimeoutMs(final long pollTimeoutMs) {
321321
*/
322322
public ClientConfig build() {
323323
return new ClientConfig(
324-
topicConfig, filterConfig, consumerId, startingPosition, limitPartitions, maxResultsPerPartition, autoCommit, pollTimeoutMs);
324+
topicConfig, filterConfig, consumerId, startingPosition, limitPartitions, maxResultsPerPartition,
325+
autoCommit, pollTimeoutMs);
325326
}
326327
}
327328
}

0 commit comments

Comments
 (0)