This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new ed40a90 Although README.md doesn't mention it, DotPulsar actually
supports partitioned topics for the consumer. (#180)
ed40a90 is described below
commit ed40a90c6478c36c59dc1b86a6b0a2cf8325156e
Author: entvex <[email protected]>
AuthorDate: Mon Sep 25 15:49:43 2023 +0200
Although README.md doesn't mention it, DotPulsar actually supports
partitioned topics for the consumer. (#180)
Updated README.md to reflect DotPulsar support partitioned topics for the
consumer.
Co-authored-by: David Jensen <[email protected]>
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5b99985..d704036 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ For a more in-depth tour of the API, please visit the
[Wiki](https://github.com/
- [X] Consumer/Reader - seek on message-id and publish time
- [X] Consumer - unsubscribe
- [X] Consumer - compacted topics
+- [X] Consumer - partitioned topics
- [X] Reader API
- [X] Read/Consume/Acknowledge batched messages
- [X] Telemetry