morningman commented on code in PR #31620:
URL: https://github.com/apache/doris/pull/31620#discussion_r1510574223


##########
cloud/src/common/config.h:
##########
@@ -145,4 +145,7 @@ CONF_Bool(focus_add_kms_data_key, "false");
 CONF_Bool(enable_txn_store_retry, "false");
 CONF_Int32(txn_store_retry_times, "20");
 
+// The secondary package name of the MetaService.
+CONF_String(secondary_package_name, "selectdb");

Review Comment:
   the default should be empty.
   And better to explain why need this config and how to use, for other 
opensource user who want to expand this service



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to