You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/08 20:45:28 UTC

[GitHub] [pulsar-dotpulsar] blankensteiner edited a comment on issue #39: Reading Incoming Message Properties

blankensteiner edited a comment on issue #39:
URL: https://github.com/apache/pulsar-dotpulsar/issues/39#issuecomment-626012460


   Hi @JarrodJ83 
   You are most welcome to create a PR! :-)
   I'm thinking there are two obvious options:
   1. ReadOnlyDictionary<string, string> GetProperties();
   2. IEnumerable<KeyValuePair<string, string>> Properties { get; }
   
   Since users will be using this for unknown properties I guess the latter makes the most sense.
   What are your thoughts on this?


----------------------------------------------------------------
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:
users@infra.apache.org