You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "fengcharly (via GitHub)" <gi...@apache.org> on 2023/03/29 13:37:07 UTC

[GitHub] [rocketmq-clients] fengcharly opened a new issue, #431: SimpleConsumerExample can not consumer message

fengcharly opened a new issue, #431:
URL: https://github.com/apache/rocketmq-clients/issues/431

   SimpleConsumerExample can not consumer message,the error:
   Exception in thread "main" io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 32.997119300s. [remote_addr=/10.12.19.4:30106]
   	at io.grpc.Status.asRuntimeException(Status.java:539)
   	at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:487)
   	at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
   	at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
   	at io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
   	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:563)
   	at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)
   	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:744)
   	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:723)
   	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
   	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   	at java.base/java.lang.Thread.run(Thread.java:834)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] fengcharly commented on issue #431: SimpleConsumerExample can not consumer message

Posted by "fengcharly (via GitHub)" <gi...@apache.org>.
fengcharly commented on issue #431:
URL: https://github.com/apache/rocketmq-clients/issues/431#issuecomment-1489980095

   这个问题是我用高版本JDK(java11)编译,低版本Jdk(java8)运行造成的,有些方法缺失造成的bug,换成JDK8编译后部署就可以了


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] fengcharly closed issue #431: SimpleConsumerExample can not consumer message

Posted by "fengcharly (via GitHub)" <gi...@apache.org>.
fengcharly closed issue #431: SimpleConsumerExample can not consumer message
URL: https://github.com/apache/rocketmq-clients/issues/431


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] SimpleConsumerExample can not consumer message [rocketmq-clients]

Posted by "Hghhhh (via GitHub)" <gi...@apache.org>.
Hghhhh commented on issue #431:
URL: https://github.com/apache/rocketmq-clients/issues/431#issuecomment-1842016583

   > 这个问题是我用高版本JDK(java11)编译,低版本Jdk(java8)运行造成的,有些方法缺失造成的bug,换成JDK8编译后部署就可以了
   
   不过官方文档里面不是说了可以这样吗:Java 8 是确保客户端运行的最小版本,Java 11 是确保客户端编译的最小版本;
   https://github.com/apache/rocketmq-clients/blob/master/java/README-CN.md


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org