Skip to content

Commit

Permalink
RETRY and DLQ topic name bug fixed for partition topics
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoyal16 committed Dec 16, 2022
1 parent e7e703b commit a3f58da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ func TestRLQMultiTopics(t *testing.T) {

// subscribe DLQ Topic
dlqConsumer, err := client.Subscribe(ConsumerOptions{
Topic: partitionTopic + "-" + subName + "-DLQ",
Topic: normalTopic + "-" + subName + "-DLQ",
SubscriptionName: subName,
SubscriptionInitialPosition: SubscriptionPositionEarliest,
})
Expand Down

0 comments on commit a3f58da

Please sign in to comment.