fcb-xiaobo commented on code in PR #8881:
URL: https://github.com/apache/seatunnel/pull/8881#discussion_r1988230548


##########
seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/config/RedisParameters.java:
##########
@@ -46,7 +46,7 @@
 @Slf4j
 public class RedisParameters implements Serializable {
     private String host;
-    private int port;
+    private Integer port;

Review Comment:
   
   Okay, thank you for your suggestions. I will update the code and 
documentation later



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