lizhanhui commented on code in PR #350:
URL: https://github.com/apache/rocketmq-clients/pull/350#discussion_r1118601159


##########
rust/src/client.rs:
##########
@@ -89,6 +111,119 @@ impl Session {
 struct SessionManager {
     logger: Logger,
     tx: tokio::sync::mpsc::Sender<command::Command>,
+    selector: QueueSelector,

Review Comment:
   `QueueSelector` makes sense to Producer only. Best to move to the Producer 
struct.



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

Reply via email to