Shellbye opened a new issue #1366: Send Messages Asynchronously using 
Deprecated implication 4.4.0
URL: https://github.com/apache/rocketmq/issues/1366
 
 
   [`public void send(final Message msg, final SendCallback sendCallback, final 
long 
timeout)`](https://github.com/apache/rocketmq/blob/release-4.4.0/client/src/main/java/org/apache/rocketmq/client/producer/DefaultMQProducer.java#L322)
 in `org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl` is 
deprecated but in `org.apache.rocketmq.client.producer.DefaultMQProducer`,  
[`public void send(Message msg, SendCallback sendCallback) throws 
MQClientException, RemotingException, 
InterruptedException`](https://github.com/apache/rocketmq/blob/release-4.4.0/client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java#L478)
 still use it.
   
   This cause `AsyncProducer` in [this](using 4.4.0) rise error as follow:
   
   org.apache.rocketmq.client.exception.MQClientException: No route info of 
this topic, TopicTest

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to