chenwei113524

Results 4 issues of chenwei113524

**Is your feature request related to a problem? Please describe.** 目前当实例级属性变更时,实例事件会通知给消费端,不支持当服务级属性变更时,服务事件通知给消费端 ![image](https://user-images.githubusercontent.com/34154964/156516186-0d65adca-2859-48e5-af50-bf4f0a0e3a0a.png) ![image](https://user-images.githubusercontent.com/34154964/156516337-1b197b98-c3c6-4cb6-8951-8d02d17f25dc.png) **Describe the solution you'd like** 1、添加服务事件通知给消费端 2、修改返回值字段,支持服务结构体信息 **Describe alternatives you've considered** A clear and concise description of...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. 通过postman调用修改tag接口 2. evt.KV.Value断言为*pb.MicroServiceInstance失败 ![image](https://user-images.githubusercontent.com/34154964/156513808-84f7ec31-562f-4ac0-be13-a61d2eb18f11.png) ![image](https://user-images.githubusercontent.com/34154964/156514071-f45c1658-c75f-4dbb-b59c-6d7e5f372de7.png) **Expected behavior** 2022-03-03 15:03:04.932...

when log file is rotated, the log file new the same permission mode w+r. the history log file should change to a read-only mode or allow to set file mode?