nodece commented on code in PR #891:
URL: https://github.com/apache/pulsar-client-go/pull/891#discussion_r1028805142
##########
pulsar/consumer_impl.go:
##########
@@ -122,8 +122,8 @@ func newConsumer(client *client, options ConsumerOptions)
(Consumer, error) {
return nil, err
}
- retryTopic := tn.Domain + "://" + tn.Namespace + "/" +
options.SubscriptionName + RetryTopicSuffix
- dlqTopic := tn.Domain + "://" + tn.Namespace + "/" +
options.SubscriptionName + DlqTopicSuffix
+ retryTopic := tn.Domain + "://" + tn.Namespace + "/" + tn.Topic
+ "-" + options.SubscriptionName + RetryTopicSuffix
Review Comment:
We need to consider compatibility. See
https://github.com/apache/pulsar/pull/10129
--
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]