This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new b9c1b07 Created Client Features Matrix (markdown)
b9c1b07 is described below
commit b9c1b07a0932d0a0f19612bbedb430c12c177a4d
Author: Matteo Merli <[email protected]>
AuthorDate: Tue Jun 26 12:14:50 2018 -0700
Created Client Features Matrix (markdown)
---
Client-Features-Matrix.md | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/Client-Features-Matrix.md b/Client-Features-Matrix.md
new file mode 100644
index 0000000..496e67b
--- /dev/null
+++ b/Client-Features-Matrix.md
@@ -0,0 +1,24 @@
+
+
+# Pulsar client feature matrix
+
+This matrix is updated with Pulsar 2.1 release.
+
+| Feature | Java | C++ | Go | Python |
WebSocket |
+|:------------------------------------------|:----:|:---:|:--:|:------:|:---------:|
+| Partitioned topics | ✅ | ✅ | ✅ | ✅ | ✅
|
+| Batching | ✅ | ✅ | ✅ | ✅ | ❌
|
+| Compression | ✅ | ✅ | ✅ | ✅ | ❌
|
+| TLS | ✅ | ✅ | ✅ | ✅ | ✅
|
+| Authentication | ✅ | ✅ | ✅ | ✅ | ✅
|
+| Reader API | ✅ | ✅ | ✅ | ✅ | ✅
|
+| Proxy Support | ✅ | ✅ | ✅ | ✅ | ✅
|
+| Effectively-Once | ✅ | ✅ | ✅ | ✅ | ❌
|
+| Schema | ✅ | | | | ❌
|
+| Consumer seek | ✅ | ✅ | | ✅ | ❌
|
+| Multi-topics consumer | ✅ | | | | ❌
|
+| Topics regex consumer | ✅ | | | | ❌
|
+| Compacted topics | ✅ | ✅ | | ✅ |
|
+| User defined properties producer/consumer | ✅ | | | | ❌
|
+| Reader hasMessageAvailable | ✅ | | | | ❌
|
+| Hostname verification | ✅ | | | | ❌
|