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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org