poorbarcode commented on code in PR #22705:
URL: https://github.com/apache/pulsar/pull/22705#discussion_r1599386804
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -3493,6 +3495,10 @@ private CompletableFuture<Boolean>
isAllowAutoTopicCreationAsync(final TopicName
}
public boolean isDefaultTopicTypePartitioned(final TopicName topicName,
final Optional<Policies> policies) {
+ if
(topicName.getPartitionedTopicName().endsWith(DLQ_GROUP_TOPIC_SUFFIX)
Review Comment:
Good suggestion, we can do this improvement with a separate PIP, just like
the discussion https://lists.apache.org/thread/qgbpzr6o3k5rqbs2jvpkdh8hr9jpnw39.
Before that, we can fix the issue faster through this PR.
--
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]