-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
I try to set namesrv with host name ,but it doesn’t work:
- producer.setNamesrvAddr("name1.xxx.domain:9876;name2.xxx.domain:9876");
- producer.setNamesrvDomain("name1.xxx.domain:9876;name2.xxx.domain:9876");
And The following error occurred:
Type: MQClientException , msg: No route info of this topic, error:-1
It's ok only when i set namesrv with ip
producer.setNamesrvAddr("192.168.0.1:9876;192.168.0.2:9876");
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request