flowchartsman opened a new pull request #604: URL: https://github.com/apache/pulsar-client-go/pull/604
# Draft No test exercise yet, but passes docker-ci.sh tests. I am a bit dissatisfied with the use of the const/iota enum in the public package and the integers in the backend, but it's necessary to avoid import cycles. Otherwise the enum needs to be moved out of `pulsar` and placed into another package, or the enum needs to be mirrored in `internal` Fixes #500 ### Motivation Allow selective metrics cardinality configuration ### Modifications Allow log cardinality level to be set to none, tenant, namespace or topic. -- 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]
