apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.31k stars 423 forks source link

[ISSUE #882] keep queryTopicRouteInfoFromServer timeout the same as Java #880

Closed twz915 closed 2 years ago

twz915 commented 2 years ago

close #882 see detail https://github.com/apache/rocketmq/blob/4b5270a724d100ab87f56fdd06a4ba57571a02b9/client/src/main/java/org/apache/rocketmq/client/impl/MQAdminImpl.java#L143

https://github.com/apache/rocketmq/blob/4b5270a724d100ab87f56fdd06a4ba57571a02b9/client/src/main/java/org/apache/rocketmq/client/impl/MQAdminImpl.java#L65

What is the purpose of the change

Sometimes I met the error the topic=xxx route info not found, it may not exist, but Java works well in test environment. So just keep the same timeout as Java to solve the problem.

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.