toneill818 opened a new pull request, #146: URL: https://github.com/apache/pulsar-dotpulsar/pull/146
Fixes #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 #141 this PR adds support for consuming partitioned topics and is also backwards compatible as there were not 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 #5 and the implementation was started in PR #86. **If Merged:** Close PR #49 Close PR #81 Close Issue #141 # Testing `dotnet test` passed Ran against pulsar 2.11 with auto create partitioned topics set to create 3 partitions. Ran against pulsar 2.11 without auto create partition (regular topics) -- 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]
