visortelle opened a new issue, #16024: URL: https://github.com/apache/pulsar/issues/16024
## How it works now If deduplication wasn't set, it returns `undefined`. After `pulsar-admin namespaces set-deduplication --enable public/default` it returns `true`. Then after `pulsar-admin namespaces set-deduplication --disable public/default` it returns `false`. So there are three possible values: `undefined`, `true`, and `false`. ## What I expect I would expect `true` and `false` values here. -- 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]
