Anonymitaet commented on code in PR #537:
URL: https://github.com/apache/pulsar-site/pull/537#discussion_r1176005098
##########
docs/client-libraries-producers.md:
##########
@@ -798,6 +798,8 @@ This example shows how to set producer access mode.
values={[{"label":"Java","value":"Java"},{"label":"C++","value":"C++"}]}>
<TabItem value="Java">
+ This feature is supported after Java client version 2.8.0.
Review Comment:
```suggestion
::: note
This feature is supported in Java client 2.8.0 or later versions.
:::
```
##########
docs/client-libraries-producers.md:
##########
@@ -809,6 +811,8 @@ This example shows how to set producer access mode.
<TabItem value="C++">
+ This feature is supported after CPP client version 3.1.0.
Review Comment:
```suggestion
::: note
This feature is supported in C++ client 3.1.0 or later versions.
:::
```
--
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]