AMashenkov commented on code in PR #913:
URL: https://github.com/apache/ignite-3/pull/913#discussion_r912997564
##########
modules/client/src/main/java/org/apache/ignite/internal/client/IgniteClientConfigurationImpl.java:
##########
@@ -69,7 +72,9 @@ public IgniteClientConfigurationImpl(
int reconnectThrottlingRetries,
Executor asyncContinuationExecutor,
long heartbeatInterval,
- RetryPolicy retryPolicy) {
+ RetryPolicy retryPolicy,
+ LoggerFactory loggerFactory
Review Comment:
missed param in the constructor javadoc
--
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]