Results 5 issues of 虫二

**What is the feature you want to add?** 支持serviceId大小写不敏感模式 **Why do you want to add this feature?** spring.application.name即serviceId一般是小写,这是前提。 考虑历史业务从eureka迁移到polaris的场景,服务注册发现服务端部署polaris替代eureka server之后,存量的eureka client在8761端口注册的serviceId是大写,改造后的polaris discovery在8091端口注册的serviceId是小写,这就导致eureka client找不到polaris discovery注册的服务,polaris discovery找不到eureka client注册的服务,给迁移造成困难。

enhancement
need discuss
service
good advanced issue
issue-shoot

**What is the feature you want to add?** 支持在eureka server节点原地部署polaris来完成eureka的替代 **Why do you want to add this feature?** 降低eureka迁移到polaris的业务成本 **Additional context** eureka server节点原地部署polaris —————— 这一步验证下来发现有几个解决成本很高的问题 1.polaris节点启动时不会从eureka节点拉已注册服务,会使调用过来的eureka client丢服务信息,还无法处理自己没有的实例的心跳 2.polaris不会向eureka节点同步数据 3.polaris没有peerreplication/batch/接口,不能处理eureka server同步的数据...

enhancement
need discuss
service

**What is the feature you want to add?** 统一管理日志文件 **Why do you want to add this feature?** plugin组件的日志配置是不是也放到bootstrap.logger那里统一管理比较好? 下面两个的日志路径还不支持配置 `plugin/discoverevent/local/event_local.go` `plugin/history/logger/history_logger.go`

enhancement

**Describe the bug** deleteService时service_metadata表中的数据未清理 **Expected behavior** deleteService时清理service_metadata表 **Environment** - Version: [1.18.0]

bug

**What is the feature you want to add?** polarismesh.cn/aliasNamespace这个annotation可以打到namespace上对整个namespace生效 **Why do you want to add this feature?** 减少重复性标记 **How to implement this feature?** **Additional context** Add any other context or...

enhancement