Hisoka-X commented on code in PR #7888:
URL: https://github.com/apache/seatunnel/pull/7888#discussion_r1820550563


##########
seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/config/RedisConfig.java:
##########
@@ -127,6 +127,31 @@ public enum HashKeyParseMode {
                             "batch_size is used to control the size of a batch 
of data during read and write operations"
                                     + ",default 10");
 
+    public static final Option<Boolean> SUPPORT_CUSTOM_KEY =
+            Options.key("support_custom_key")
+                    .booleanType()
+                    .defaultValue(false)
+                    .withDescription("if true, enables connection recovery");

Review Comment:
   ```suggestion
                       .withDescription("if true, the key can be customized by 
the field value in the upstream data.");
   ```



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