fanliang11 / surging

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
MIT License
3.24k stars 923 forks source link

用jmeter对sayhello做压力测试时,返回结果不一致,entity为1 #401

Closed 491134648 closed 4 years ago

491134648 commented 4 years ago

用jmeter对示例项目做压力测试时部分请求entity返回的是数字1,正常的应该返回字符串"entity": "李四 say:hello",请问下作者在什么情况下会返回1,或者说返回1是代表什么呢?

image

image

491134648 commented 4 years ago

并发数限制问题,已找到相关配置项