ShivsundarR commented on code in PR #19335:
URL: https://github.com/apache/kafka/pull/19335#discussion_r2022361659
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareConsumerImpl.java:
##########
@@ -250,6 +251,7 @@ private enum AcknowledgementMode {
this.log = logContext.logger(getClass());
log.debug("Initializing the Kafka share consumer");
+ this.requestTimeoutMs =
config.getInt(ConsumerConfig.REQUEST_TIMEOUT_MS_CONFIG);
this.defaultApiTimeoutMs =
config.getInt(ConsumerConfig.DEFAULT_API_TIMEOUT_MS_CONFIG);
Review Comment:
Okay, yeah makes sense. I have updated it to `int`. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]