EightyOliveira commented on issue #6015:
URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2336583532
> > > > > > Is there some advice ? I have the problem too.
> > > > >
> > > > >
> > > > > @jiangyklala This issue is actually caused by SSL compatibility
problems on
MmringZee commented on issue #6015:
URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2262898005
> 我的代码经过验证发现与 enableSsl=false 无关,主要是 endpoint 指定了错误的地址
nameserver(localhost:9876), 把 endpoint 指定为 proxy 地址端口,以上两个报错都解决了 另外,rocketmq
5.x 需要使用 proxy 的的方式启动, 希望文档能更细化完善
官方文档里的
bruce256 commented on issue #6015:
URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2262038600
> 我的代码经过验证发现与 enableSsl=false 无关,主要是 endpoint 指定了错误的地址
nameserver(localhost:9876), 把 endpoint 指定为 proxy 地址端口,以上两个报错都解决了 另外,rocketmq
5.x 需要使用 proxy 的的方式启动, 希望文档能更细化完善
我也遇到了UN
JanYork commented on issue #6015:
URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2089813944
我也出现了这个问题
--
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 u
ipyton commented on issue #6015:
URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-1986729882
> 我的代码经过验证发现与 enableSsl=false 无关,主要是 endpoint 指定了错误的地址
nameserver(localhost:9876), 把 endpoint 指定为 proxy 地址端口,以上两个报错都解决了 另外,rocketmq
5.x 需要使用 proxy 的的方式启动, 希望文档能更细化完善
麻烦死了,我去用K
QinJiapeng commented on issue #7508:
URL: https://github.com/apache/rocketmq/issues/7508#issuecomment-1893142155
我也遇到此问题,目前已经解决了
分享我的配置
mkdir -p -m 777 /mydata/rocketmq/conf
mkdir -p -m 777 /mydata/rocketmq/store
vim /mydata/rocketmq/conf/broker.conf
```sh
brokerClusterName
drpmma closed issue #7508: Expected the service ProducerImpl-0 [FAILED] to be
RUNNING, but the service has FAILED.
URL: https://github.com/apache/rocketmq/issues/7508
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
dingshuangxi888 commented on issue #7508:
URL: https://github.com/apache/rocketmq/issues/7508#issuecomment-1782333114
You can refer to the following configuration to obtain the gRPC port:
org.apache.rocketmq.proxy.config.ProxyConfig#grpcServerPort
--
This is an automated message from th
jz opened a new issue, #7508:
URL: https://github.com/apache/rocketmq/issues/7508
### Before Creating the Bug Report
- [X] I found a bug, not just asking a question, which should be created in
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I hav