tisonkun commented on code in PR #513:
URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178829914


##########
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:
   For example, I'm a developer, I cannot trust the page but have to look at 
the gdoc version because any updates will go there first. As a user, it's the 
same. This patch introduces a _maybe_ up-to-date version but any updates and 
nightly changes happen on the gdoc. Then I suggest we use only the gdoc and 
that should not worse the case.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to