nacos2.0.3报错: Error to process server push response
解决办法:
排查项目当中有没有直接或间接依赖reflections:
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.11</version>
</dependency>
如果有,把版本改成0.9.11,低于0.9.11会有问题。