momo-jun commented on code in PR #513:
URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178839663


##########
client-feature-matrix/index.mdx:
##########
@@ -0,0 +1,29 @@
+---
+id: pulsar-client-feaure-matrix
+title: Pulsar Client Feaure Matrix
+sidebar_label: Pulsar Client Feaure Matrix
+---
+
+import Matrix from "../src/components/Matrix/matrix";
+import {
+  languages,
+  client,
+  producer,
+  reader,
+  consumer,
+  tableview,
+} from "../data/matrix.js";
+
+### Client
+
+<Matrix data={client} name="client" />
+
+### Producer
+
+<Matrix data={producer} name="producer" />
+
+### Consumer
+
+<Matrix data={consumer} name="consumer" />
+
+See details and full version 
[here](https://docs.google.com/spreadsheets/d/1YHYTkIXR8-Ql103u-IMI18TXLlGStK8uJjDsOOA0T20/edit?usp=sharing)

Review Comment:
   Maybe I didn't make it clear. In this PR, we only add the matrix for Client, 
Producer, and Consumer. With more feedback/voice from the community, we will 
iterate and continue to add the matrix for Reader and TableView. After that, we 
can move the link.



-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to