apache / rocketmq-client-python

Apache RocketMQ python client
https://rocketmq.apache.org/
Apache License 2.0
271 stars 95 forks source link

updateTopicRouteInfo: didn't get the session_credentials from any producers and consumers, please re-intialize it #104

Open betaincao opened 3 years ago

betaincao commented 3 years ago

my consumer had not received the message, But server told me the message had received. and when i try to reconsumer the message, server had ”MQClientException: CODE:207, DESC: consumer Timeout:“ error . Then, I try to found the error in my app, I found the "(error):updateTopicRouteInfo: didn't get the session_credentials from any producers and consumers, please re-intialize it[getSessionCredentialsFromOneOfProducerOrConsumer:1128]" in my /root/logs/rocketmq-cpp, my app in the k8s docker. the app`s system is centos6.

betaincao commented 3 years ago

(error):updateTopicRouteInfo: didn't get the session_credentials from any producers and consumers, please re-intialize it[getSessionCredentialsFromOneOfProducerOrConsumer:1128]