lizhanhui commented on code in PR #487:
URL: https://github.com/apache/rocketmq-clients/pull/487#discussion_r1173264320
##########
rust/src/model/common.rs:
##########
@@ -228,6 +228,32 @@ impl FilterExpression {
}
}
+/// Send result returned by producer.
+#[derive(Clone, Debug)]
+pub struct SendResult {
Review Comment:
Rename it as SendReceipt to keep it consistent with other 5.x language
bindings
--
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]