fengcharly commented on issue #430: URL: https://github.com/apache/rocketmq-clients/issues/430#issuecomment-1490143551
> > > > > > ClientConfiguration > > > > > > > > > > > > > > > 我是用k8s部署的rocketmq,然后这个是nodeport的端口号,对应pod的8081端口,发送消息没有问题,消费消息就超时了 > > > > > > > > > > > > 试试pushConsumer呢 > > > > > > > > > 还是一样的问题 > > > > > > K8S部的话除了映射proxy外,还要暴露brokerIP1为你可以从集群外访问的IP或域名 > > 我试了下,不是这个问题,用k8s部署的话brokerIP1应该是容器内的IP,不然k8s集群内部都没办法互通,然后5.0有proxy,直接连接proxy就可以,现在就是遇到连接proxy后发消息都是正常的,但是消费不了 这个问题是我用高版本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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
