lizhanhui commented on code in PR #576:
URL: https://github.com/apache/rocketmq-clients/pull/576#discussion_r1273249814
##########
rust/examples/delay_producer.rs:
##########
@@ -23,8 +23,8 @@ use rocketmq::Producer;
#[tokio::main]
async fn main() {
- // recommend to specify which topic(s) you would like to send message to
- // producer will prefetch topic route when start and failed fast if topic
not exist
+ // recommend specifying which topic(s) you would like to send message to
Review Comment:
It's recommended to specify the topics that applications will publish
messages to because the producer will prefetch topic routes for them on start
and fail fast in case they do not exist
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]