Technoboy- commented on issue #14969:
URL: https://github.com/apache/pulsar/issues/14969#issuecomment-1084501423
> Should be revised to: TopicName cloneTopicName = topicName; if
(topicName.isPartitioned()) { cloneTopicName =
TopicName.get(topicName.getPartitionedTopicName()); }
Ah , this is broker side internal to update topic policy. it's ok, because
it registers as `brokerService.getPulsar().getTopicPoliciesService()
.registerListener(TopicName.getPartitionedTopicName(topic), this)`;
But it doesn't allow user to set different partition with different policies.
--
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]