cookie86868

Results 2 issues of cookie86868

依赖版本 jdk1.8.0_162 ``` com.alibaba fastjson 1.2.28 ``` ``` org.projectlombok lombok 1.16.22 ``` ``` com.alibaba.fastjson2 fastjson2 2.0.4 ``` DTO ``` @Data @AllArgsConstructor @NoArgsConstructor public class TestDTO { private String name; private...

bug
question
fixed

sorry for my poor English. environment: eureka-server: 1.7.2 eureka-client: 2.0.1 I have request monitoring for eureka server,and I found that /eureka/apps/ has irregular traffic surges, like this: ![image](https://github.com/Netflix/eureka/assets/14797492/4cb90121-6ab8-440e-bb52-4f49b48475c7) Then I...