You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val uri = RedisURI.builder().withHost(endpoint) // .withPort(Integer.parseInt(port)) .withSsl(true) .build(); val clusterClient = RedisClusterClient.create(uri);
目前client初始化方式
flink-connector-redis/src/main/java/org/apache/flink/streaming/connectors/redis/container/RedisClientBuilder.java
Lines 91 to 94 in 6ac8f3b
val uri = RedisURI.builder().withHost(endpoint) // .withPort(Integer.parseInt(port)) .withSsl(true) .build(); val clusterClient = RedisClusterClient.create(uri);
@jeff-zou
The text was updated successfully, but these errors were encountered: