Caused by: java.util.concurrent.CancellationException: Task was cancelled.at org.apache.rocketmq.sha...
nameserver连接使用正常,但是使用5.0.7的rocketmq-client-java 连接proxy ,报错:Task was cancelled. 我使用postman grpc去sendmessage是正常的,能发送消息。 我猜测是proxy报错,所以task was canncelled了。 将proxy日志rmq.proxy.logback.xml 下的INFO都改成了DEBUG,但是只能看到请求正常,没有任何异常日志。 你能帮...
} catch (CancelledKeyException e) { if (!selected) { // Force the Selector to select now as the "canceled" SelectionKey may still be // cached and not removed because no Select.select(..) operation was called yet. eventLoop().selectNow(); selected = true; } else { // We forced ...
你的proxy端口号映射时跟容器内部端口号一直试下,我是这个原因,试了很多次,端口号映射时不要映射到...