fabian4 commented on PR #4410: URL: https://github.com/apache/shenyu/pull/4410#issuecomment-1445309179
As for support pushing configuration to Polaris: The polaris client does not contain a method to publish the config to Polaris. > See as: https://github.com/polarismesh/polaris-java/blob/main/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileService.java ```java package org.apache.shenyu.admin.listener.polaris; @Override public void publishConfig(String dataId, Object data) { LOG.warn("Config upload not support yet, please upload it in polaris first"); } ``` So if we change on the admin dashboard only, it can not sync to Polaris and the bootstrap application. -- 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]
