geniusjoe commented on code in PR #1457:
URL: https://github.com/apache/pulsar-client-go/pull/1457#discussion_r2746025118


##########
pulsar/producer_partition.go:
##########
@@ -523,9 +523,10 @@ func (p *partitionProducer) 
reconnectToBroker(connectionClosed *connectionClosed
                }
 
                if strings.Contains(errMsg, 
errMsgProducerBlockedQuotaExceededException) {
+                       //      ProducerBlockedQuotaExceededException is a 
retryable exception,
+                       //      we only fail pending messages but continue 
trying to reconnect
                        p.log.Warn("Producer was blocked by quota exceed 
exception, failing pending messages, stop reconnecting")

Review Comment:
   Fixed



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