This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push: new 48222e7 Updated Client Features Matrix (markdown) 48222e7 is described below commit 48222e7ee489afbc4ce1ed2be7d288110a0f8738 Author: 冉小龙 <rxl5555...@qq.com> AuthorDate: Wed Jan 15 13:27:44 2020 +0800 Updated Client Features Matrix (markdown) --- Client-Features-Matrix.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Client-Features-Matrix.md b/Client-Features-Matrix.md index 53880c2..27b619e 100644 --- a/Client-Features-Matrix.md +++ b/Client-Features-Matrix.md @@ -2,7 +2,7 @@ # Pulsar client feature matrix -This matrix is updated with Pulsar 2.3.0 release. +This matrix is updated with Pulsar 2.5.0 release. | Feature | Java | C++ | CGo | Go | Python | WebSocket | |:------------------------------------------|:-----:|:----:|:---:|:------:|:------:|:---------:| @@ -26,7 +26,11 @@ This matrix is updated with Pulsar 2.3.0 release. | Multi-topics consumer | ✅ | ✅ | ✅| ✅ | ✅ | ❌ | | Topics regex consumer | ✅ | ✅ | ✅| ✅ | ✅ | ❌ | | Key_shared | ✅ | ✅ | ✅| ✅ | | ❌ | -| key based batcher | ✅ | | | | | ❌ | +| key based batcher | ✅ | | | | | ❌ | +| Negative Acknowledge | ✅ | ✅ | ✅ | ✅ | | ❌ | +| Delayed Delivery Messages | ✅ | | | ✅ | | ❌ | +| Dead Letter Policy | ✅ | | | | | ❌ | +| Interceptors | ✅ | | | | | ❌ | ## In progress This matrix keeps the features that are already developed (or under developing) in master, but not yet released.