Jason918 commented on code in PR #720:
URL: https://github.com/apache/pulsar-site/pull/720#discussion_r1378464169
##########
data/broker-features.js:
##########
@@ -0,0 +1,255 @@
+export default [
+ {
+ feature: "Produce / Exclusive",
+ stableSince: "2.2.0",
+ document: [
+ {
+ "text": "Concept",
+ "link": "concepts-clients/#access-mode",
+ },
+ ],
+ },
+ {
+ feature: "Produce / Shared",
+ stableSince: "2.2.0",
+ document: [
+ {
+ "text": "Concept",
+ "link": "concepts-clients/#access-mode",
+ },
+ ],
+ },
+ {
+ feature: "Subscription / Exclusive",
+ experimentalSince: "",
+ betaSince: "",
+ stableSince: "2.2.0",
+ document: [
+ {
+ "text": "Concept",
+ "link": "concepts-messaging/#exclusive",
+ },
+ ],
+ },
+ {
+ feature: "Subscription / Failover",
+ experimentalSince: "",
+ betaSince: "",
+ stableSince: "2.2.0",
+ document: [
+ {
+ "text": "Concept",
+ "link": "concepts-messaging/#failover",
+ },
+ ],
+ },
+ {
+ feature: "Subscription / Shared",
+ experimentalSince: "",
+ betaSince: "",
+ stableSince: "2.2.0",
+ document: [
+ {
+ "text": "Concept",
+ "link": "concepts-messaging/#shared",
+ },
+ ],
+ },
+ {
+ feature: "Subscription / KeyShared",
+ experimentalSince: "",
+ betaSince: "",
+ stableSince: "",
Review Comment:
@codelipenghui It's better to use feature release version, not bug fix
release?
--
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]