fracasula commented on code in PR #1310:
URL: https://github.com/apache/pulsar-client-go/pull/1310#discussion_r1856396300


##########
pulsar/consumer_partition.go:
##########
@@ -1564,7 +1578,7 @@ func (pc *partitionConsumer) dispatcher() {
                                pc.log.Debug("skip dispatching messages when 
seeking")
                        }
                } else {
-                       queueCh = pc.queueCh
+                       queueCh = pc.queueCh.outCh

Review Comment:
   Yeah I agree a refactoring here is beyond the scope of this PR. Perhaps 
consider adding a comment explaining what you did just here. Might help for 
future reverse engineering.



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