crossoverJie commented on code in PR #1197:
URL: https://github.com/apache/pulsar-client-go/pull/1197#discussion_r1673342216


##########
pulsar/dlq_router.go:
##########
@@ -155,7 +156,7 @@ func (r *dlqRouter) getProducer(schema Schema) Producer {
        }
 
        // Retry to create producer indefinitely
-       backoff := &internal.DefaultBackoff{}
+       bo := &backoff.DefaultBackoff{}

Review Comment:
   😅I missed this. It's already 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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to