apache / apache/rocketmq-client-python

Got wrong error stack when using ACL

オープン
#91 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
help wanted
主要言語
Python
スター
305
フォーク
98
PR マージ指標
30日以内にマージされた PR はありません

説明

1. Please describe the issue you observed:

- What did you do (The steps to reproduce)?
Append 'aclEnable=true' in broker.conf, restart broker.
broker will load default config 'plain_acl.yml',
Use Producer sample,add ```producer.set_session_credentials('RocketMQ','12345678','')```
before ```producer.start()```,modify topic to ```topicA``` then run it.
- What did you expect to see?
Permission denied error stack.
- What did you see instead?
```
rocketmq.exceptions.ProducerSendSyncFailed: No route info of this topic: topicA,error:-1,in file rocketmq-client-cpp/src/producer/DefaultMQProducerImpl.cpp line:418
```
2. Please tell us about your environment:

- What is your OS?
osx10.14.6
- What is your client version?
2.0
- What is your RocketMQ version?
rocketmq4.7.0

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。