Elijah Yang

Results 8 comments of Elijah Yang

> I need a lot more information or some way to reproduce what you are seeing. i meet this error when use one gateway tool ([https://github.com/fagongzi/manba](https://github.com/fagongzi/manba)). but this tool seems...

Same problem with version 1.0.183 on macos

I have the same feature request,but after 5 years later, it hasn't be supported by now.

Rocketmq grpc client will create a thread pool for every consumer or producer. So I modify the client source code to fix this problem。

I add some breakpoint and logs in java client. And find some problems: ``` 2024/08/26 23:16:52 rocketmq-queue-async-rpc-3-worker-3 INFO [basic] onTopicRouteDataFetched routeEndpoints:[ipv4:192.168.101.128:18181, ipv4:192.168.101.219:18181] existRouteEndpoints:[] 2024/08/26 23:16:52 rocketmq-queue-async-rpc-3-worker-3 INFO [basic] getClientSession endpoints=ipv4:192.168.101.128:18181...