-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 解决eureka同步时,出现存量服务同步失败的问题 (#823)
* feat: 支持eureka双向数据同步 * fix:golintci warnings * feat: 调整import顺序 * fix:修复golint格式化问题 * fix:修复导入问题 * fix: 修复导入顺序问题 * feat:优化大小写问题,eureka插件默认大小写不敏感,无需配置 * feat:读取的时候进行大写转换 * feat:修改读取时候大小写 * feat:处理replication大小写 * fix:修复用例失败问题 * fix:修复用例失败问题 * fix:修复eureka心跳复制失败的问题 * fix:解决自注册时候,服务不存在需要动态创建的问题 * fix:修复服务不存在,创建报错问题
- Loading branch information
1 parent
10a8b12
commit 9bf2a8f
Showing
4 changed files
with
8 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters