You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/11/26 08:04:39 UTC

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #6150: [docs] feature compatibility matrix

Jennifer88huang commented on a change in pull request #6150:
URL: https://github.com/apache/pulsar/pull/6150#discussion_r530836266



##########
File path: site2/docs/reference-feature-compatibility.md
##########
@@ -0,0 +1,45 @@
+---
+id: reference-feature-compatibility
+title: Feature Compatibility Matrices
+sidebar_label: Feature Compatibility
+---
+
+<style type="text/css">
+  table{
+    font-size: 80%;
+  }
+</style>
+
+Most Pulsar features can be freely mixed and matched, but some features cannot be used in combination with some others. The tables below shed light on the compatibility of Pulsar features.
+
+## By Topic Type
+
+|                                                                                        | persistent | [non-persistent](concepts-messaging.md#non-persistent-topics) | [partitioned](concepts-messaging.md#partitioned-topics) |
+|-------------------------------------------------------------------------------------- |---------- |------------------------------------------------------------- |------------------------------------------------------- |
+| [partitioned topic](concepts-messaging.md#partitioned-topics)                          | ✅         | ✅                                                            |                                                         |
+| cumulative [acknowledgement](concepts-messaging.md#acknowledgement)                    | ✅         |                                                               |                                                         |
+| [multi-topic/regex subscription](concepts-messaging.md#multi-topic-subscriptions)      | ✅         |                                                               |                                                         |
+| [reader](concepts-clients.md#reader-interface)                                         | ✅         | ✅                                                            | ❌\*1                                                   |
+| [deduplication](concepts-messaging.md#message-deduplication)                           | ✅         |                                                               |                                                         |
+| [delayed delivery](concepts-messaging.md#delayed-message-delivery)                     | ✅         |                                                               |                                                         |
+| [exclusive subscription](concepts-messaging.md#exclusive)                              | ✅         |                                                               |                                                         |
+| [failover subscription](concepts-messaging.md#failover)                                | ✅         |                                                               |                                                         |
+| [shared subscription](concepts-messaging.md#shared)                                    | ✅         |                                                               |                                                         |
+| [topic compaction](concepts-topic-compaction/)                                         | ✅         | ❌                                                            |                                                         |
+| [key<sub>shared</sub> subscription](concepts-messaging.md#key<sub>shared</sub>) (beta) | ✅         |                                                               |                                                         |
+
+\*1 Readers cannot be used to subscribe to a partitioned topic directly, but as partitioned topics are internally implemented as multiple topics, one reader per partition can be created to listen on the internal partition topics readers can s cannot

Review comment:
       what does "... readers can s cannot" mean?




----------------------------------------------------------------
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