1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Go27,422 stars (27,422 stars)2,446 forks (2,446 forks)batch import
enhancementhelp wanted
- Issue 種別
- bug
- 調査方針
- Investigate the etcd v3 client implementation in go kit/kit, specifically the auto registration logic on reconnection. The issue title suggests that the current code fails to re register when reconnecting to the server. Review the relevant source files (likely in sd/etcdv3 or similar) and check if the registration is tied to a single connection event. Consider whether a watch or retry mechanism is needed.