XNX02 commented on code in PR #15275:
URL: https://github.com/apache/iotdb/pull/15275#discussion_r2044231291


##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/constant/PipeExtractorConstant.java:
##########
@@ -147,6 +152,34 @@ public class PipeExtractorConstant {
   public static final String SOURCE_SKIP_IF_KEY = "source.skipif";
   public static final String EXTRACTOR_IOTDB_SKIP_IF_NO_PRIVILEGES = 
"no-privileges";
 
+  ////////////////// external sources ////////////////
+  public static final String EXTERNAL_EXTRACTOR_BALANCE_STRATEGY_KEY = 
"extractor.balance-strategy";
+  public static final String EXTERNAL_SOURCE_BALANCE_STRATEGY_KEY = 
"source.balance-strategy";
+  public static final String EXTERNAL_EXTRACTOR_BALANCE_PROPORTION_STRATEGY = 
"proportion";
+  public static final Set<String> CONNECTOR_LOAD_BALANCE_STRATEGY_SET =

Review Comment:
   Fixed it, thanks !



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