lipeng28 opened a new issue #106:
URL: https://github.com/apache/rocketmq-client-python/issues/106
Hi There
When I run 'python producer.py' I got the following error, do you have any
ideas why it happens?
Traceback (most recent call last):
File "producer.py", line 11, in <module>
ret = producer.send_sync(msg)
File
"/home/lipeng/.pyenv/versions/3.7.2/lib/python3.7/site-packages/rocketmq/client.py",
line 210, in send_sync
ffi_check(dll.SendMessageSync(self._handle, msg,
ctypes.pointer(c_result)))
File
"/home/lipeng/.pyenv/versions/3.7.2/lib/python3.7/site-packages/rocketmq/exceptions.py",
line 44, in ffi_check
raise exc_cls(msg)
rocketmq.exceptions.ProducerSendSyncFailed: No route info of this topic:
abc-topic,error:-1,in file
rocketmq-client-cpp/src/producer/DefaultMQProducerImpl.cpp line:418
Thanks
Peng
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]