Anonymitaet commented on code in PR #149: URL: https://github.com/apache/pulsar-site/pull/149#discussion_r924144521
########## site2/website-next/release-notes/versioned/client-python-2.9.3.md: ########## @@ -0,0 +1,10 @@ +--- +id: client-python-2.9.3 +title: Client Python 2.9.3 +sidebar_label: Client Python 2.9.3 +--- + +- [fix][python] Fix generated Python protobuf code not compatible with latest protobuf package[15846](https://github.com/apache/pulsar/pull/15846) +- [improve][python] Added build for Arm64 on Linux and Python 3.10[15004](https://github.com/apache/pulsar/pull/15004) Review Comment: same use `past tense` while others use `present tense`, please keep consistent ########## site2/website-next/release-notes/versioned/client-cpp-2.9.3.md: ########## @@ -0,0 +1,17 @@ +--- +id: client-cpp-2.9.3 +title: Client CPP 2.9.3 +sidebar_label: Client CPP 2.9.3 +--- + +- [fix][c++] Fix UnknownError might be returned for a partitioned producer[15161](https://github.com/apache/pulsar/pull/15161) Review Comment: ```suggestion - [fix][c++] Fix UnknownError might be returned for a partitioned producer [#15161](https://github.com/apache/pulsar/pull/15161) ``` Example: https://pulsar.apache.org/release-notes/versioned/pulsar-2.10.0 ########## site2/website-next/release-notes/versioned/client-java-2.9.3.md: ########## @@ -0,0 +1,21 @@ +--- +id: client-java-2.9.3 +title: Client Java 2.9.3 +sidebar_label: Client Java 2.9.3 +--- + +- [fix][java] Fix ConsumerBuilderImpl can not set null to deadLetterPolicy.[14980](https://github.com/apache/pulsar/pull/14980) Review Comment: ```suggestion - [fix][java] Fix ConsumerBuilderImpl can not set null to deadLetterPolicy [#14980](https://github.com/apache/pulsar/pull/14980) ``` same comments for all occurrences -- 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]
