Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[type:feat]The sync-data-http method adapts to the namespace transformation #5598

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

xcsnx
Copy link
Member

@xcsnx xcsnx commented Jul 19, 2024

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

@xcsnx xcsnx changed the title [feat:type]The sync-data-http method adapts to the namespace transformation [type:feat]The sync-data-http method adapts to the namespace transformation Jul 19, 2024
}

@Override
protected void afterAppAuthChanged(final List<AppAuthData> changed, final DataEventTypeEnum eventType) {
scheduler.execute(new DataChangeTask(ConfigGroupEnum.APP_AUTH));
scheduler.execute(new DataChangeTask(ConfigGroupEnum.APP_AUTH, ""));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why empty string?

@moremind
Copy link
Member

I think http long pull just add shenyu-bootstrap<shenyu.namespaceId> as prefix for plugin,selector,rule,metadata and so on.

@xcsnx
Copy link
Member Author

xcsnx commented Sep 12, 2024

#5623

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants