linkis
linkis copied to clipboard
[feat] using spring cloud replace eureka in code
What is the purpose of the change
there are many code using eureka for spring cloud service discovery, using config to replace the codes. And get more Extensibility
Related issues/PRs
Related issues: #3811
Brief change log
- remove the code for eureka, and put the corespond config file.
- using eureka config to make the service discovery in time, and remove the manual refresh eureka metadata.
Checklist
- [x] I have read the Contributing Guidelines on pull requests.
- [x] I have explained the need for this PR and the problem it solves
- [ ] I have explained the changes or the new features added to this PR
- [ ] I have added tests corresponding to this change
- [ ] I have updated the documentation to reflect this change
- [ ] I have verified that this change is backward compatible (If not, please discuss on the Linkis mailing list first)
- [ ] If this is a code change: I have written unit tests to fully verify the new behavior.
This is a big modification feature. In order to better understand the motivation and ideas of modification, it is necessary to create a corresponding LPIK or issue about detail info
This is a big modification feature. In order to better understand the motivation and ideas of modification, it is necessary to create a corresponding LPIK or issue about detail info
ok
👍