RobertIndie commented on code in PR #1265:
URL: https://github.com/apache/pulsar-client-go/pull/1265#discussion_r1700273522


##########
pulsar/consumer_partition.go:
##########
@@ -1594,6 +1607,13 @@ func (pc *partitionConsumer) runEventsLoop() {
                                pc.log.Info("close consumer, exit reconnect")
                                return
                        case connectionClosed := <-pc.connectClosedCh:
+                               if pc.seeking.Load() {
+                                       go func() {
+                                               <-time.After(100 * 
time.Millisecond)
+                                               pc.connectClosedCh <- 
connectionClosed

Review Comment:
   Does the Java consumer have the same issue?



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