Shawyeok commented on PR #24554: URL: https://github.com/apache/pulsar/pull/24554#issuecomment-3338482624
@BewareMyPower @poorbarcode This patch has been backported to the 3.0.x branch and released in `3.0.13`. However, pulsar-client `3.0.13` is incompatible with older brokers when allowAutoTopicCreation is disabled, even if the topic already exists on the broker. Is this the expected behavior? ``` 20:28:25.218 [pulsar-client-lookup-27-1] ERROR org.apache.pulsar.client.impl.PartitionedProducerImpl - [persistent://public/default/test-250926] Auto getting partitions failed java.util.concurrent.CompletionException: org.apache.pulsar.client.api.PulsarClientException$FeatureNotSupportedException: The feature of getting partitions without auto-creation is not supported by the broker. Please upgrade the broker to version that supports PIP-344 to resolve this issue. ``` -- 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]
