JarrodJ83 opened a new issue #39: URL: https://github.com/apache/pulsar-dotpulsar/issues/39
I need a way to read all of the properties of the incoming message. Is this possible in the current implementation? From what I can tell `DotPulsar.MessageMetadata` currently does not provide a way to iterate over the `Internal.PulsarApi.MessageMetadata.Properties` of the received message. The only way to access these properties is through the indexer on `DotPulsar.MessageMetadata` which would require the consumer to know all of the property key names. If it is welcomed I could implement this functionality and submit a PR. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org