moremind commented on code in PR #5716:
URL: https://github.com/apache/shenyu/pull/5716#discussion_r1808343889
##########
shenyu-admin/src/main/java/org/apache/shenyu/admin/service/impl/SyncDataServiceImpl.java:
##########
@@ -126,6 +122,26 @@ public boolean syncAll(final DataEventTypeEnum type) {
return true;
}
+ @Override
+ public boolean syncAllByNamespaceId(final DataEventTypeEnum type, final
String namespaceId) {
+ //todo:[Namespace] Temporarily only synchronize plugin data for the
default namespace
+ appAuthService.syncData();
Review Comment:
app auth may support namespace?
--
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]