tjiuming commented on issue #19448: URL: https://github.com/apache/pulsar/issues/19448#issuecomment-1429302110
> The default subscription mode is durable. So users will see the warning log if they upgrade to the new version client? Yes > Why not just change isDurable to false for the non-persistent topic subscriptions. And if users are explicitly changed to true, then see the warning log. Because `PersistentTopic` and `NonPersistentTopic` subscriptions are using `ConsumerConfigurationData`, if we change `isDurable` to `false`, when create consumers on `PersistentTopic`, we also need to add logics to change `isDurable` to `true`. @codelipenghui -- 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]
