vinkdong
vinkdong
+1 特别不友好,用到某处华为云的功能 引入了sdk, 经常导致整个程序退出。
> 被panic问题折腾了几天。 CreateVolume/CreateSnapshot必定触发panic, 触发panic后还会导致其他原本正常的接口也panic了。 用recover 捕获一下,这个sdk操作方式太离谱了。
> same issue here +1
In my scenario, for debugging purposes, we start a Springbot service locally that registers with a microservice deployed in a Kubernetes cluster. The registration uses the Netbird IP to allow...