entvex opened a new pull request, #162: URL: https://github.com/apache/pulsar-dotpulsar/pull/162
As agreed with @toneill818 in https://github.com/apache/pulsar-dotpulsar/pull/146. I took over the request for adding support for adding Partitioned topic support. Below is his original pull request text. As it is well, written. #Fixes https://github.com/apache/pulsar-dotpulsar/issues/141 # Description There are a few open PRs to support consuming partition topics by @RobertIndie and @usaguerrilla, but they do not seem to be actively worked on. Per Issue https://github.com/apache/pulsar-dotpulsar/issues/141 this PR adds support for consuming partitioned topics and is also backwards compatible as there were no interface or type changes. If this PR is accepted and merged, it should be easy to extend the consumer to support multiple topics as mentioned in issue https://github.com/apache/pulsar-dotpulsar/issues/5 and the implementation was started in PR https://github.com/apache/pulsar-dotpulsar/pull/86. If Merged: Close PR https://github.com/apache/pulsar-dotpulsar/pull/49 Close PR https://github.com/apache/pulsar-dotpulsar/pull/81 Close Issue https://github.com/apache/pulsar-dotpulsar/issues/141 Testing # Testing dotnet test passed -- 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]
