mmodzelewski commented on code in PR #3026:
URL: https://github.com/apache/iggy/pull/3026#discussion_r2986810080


##########
foreign/java/java-sdk/src/main/java/org/apache/iggy/client/async/tcp/AsyncIggyTcpClient.java:
##########
@@ -126,7 +127,7 @@ public class AsyncIggyTcpClient {
      * @param port the server port
      */
     public AsyncIggyTcpClient(String host, int port) {
-        this(host, port, null, null, null, null, null, null, false, 
Optional.empty());
+        this(host, port, null, null, null, null, null, null, null, false, 
Optional.empty());

Review Comment:
   At this phase of development, it's OK. Once we hit 1.0 we'll restrain from 
breaking changes until major release.



-- 
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]

Reply via email to