momo-jun commented on code in PR #670: URL: https://github.com/apache/pulsar-site/pull/670#discussion_r1286697661
########## release-notes/versioned/client-java-3.1.0.md: ########## @@ -0,0 +1,19 @@ +--- +id: client-java-3.1.0 +title: Client Java 3.1.0 +sidebar_label: Client Java 3.1.0 +--- + +- Disable polling pattern topics when TopicListWatcher is enabled. [#20779](https://github.com/apache/pulsar/pull/20779) +- fix negative message re-delivery twice issue [#20750](https://github.com/apache/pulsar/pull/20750) +- Fix subscribing pattern topics through Proxy not working [#20739](https://github.com/apache/pulsar/pull/20739) +- Messages lost when consumer reconnect [#20695](https://github.com/apache/pulsar/pull/20695) Review Comment: ```suggestion - Messages lost when consumers reconnect [#20695](https://github.com/apache/pulsar/pull/20695) ``` ########## release-notes/versioned/client-java-3.1.0.md: ########## @@ -0,0 +1,19 @@ +--- +id: client-java-3.1.0 +title: Client Java 3.1.0 +sidebar_label: Client Java 3.1.0 +--- + +- Disable polling pattern topics when TopicListWatcher is enabled. [#20779](https://github.com/apache/pulsar/pull/20779) +- fix negative message re-delivery twice issue [#20750](https://github.com/apache/pulsar/pull/20750) +- Fix subscribing pattern topics through Proxy not working [#20739](https://github.com/apache/pulsar/pull/20739) +- Messages lost when consumer reconnect [#20695](https://github.com/apache/pulsar/pull/20695) +- Fix deadlock issue of consumer while using multiple IO threads [#20669](https://github.com/apache/pulsar/pull/20669) Review Comment: ```suggestion - Fix the deadlock issue of consumers while using multiple IO threads [#20669](https://github.com/apache/pulsar/pull/20669) ``` ########## release-notes/versioned/client-java-3.1.0.md: ########## @@ -0,0 +1,19 @@ +--- +id: client-java-3.1.0 +title: Client Java 3.1.0 +sidebar_label: Client Java 3.1.0 +--- + +- Disable polling pattern topics when TopicListWatcher is enabled. [#20779](https://github.com/apache/pulsar/pull/20779) +- fix negative message re-delivery twice issue [#20750](https://github.com/apache/pulsar/pull/20750) +- Fix subscribing pattern topics through Proxy not working [#20739](https://github.com/apache/pulsar/pull/20739) +- Messages lost when consumer reconnect [#20695](https://github.com/apache/pulsar/pull/20695) +- Fix deadlock issue of consumer while using multiple IO threads [#20669](https://github.com/apache/pulsar/pull/20669) +- Make the whole grabCnx() progress atomic [#20595](https://github.com/apache/pulsar/pull/20595) +- Swallow Conscrypt ClassNotFoundException [#20371](https://github.com/apache/pulsar/pull/20371) +- thread-safe seek [#20321](https://github.com/apache/pulsar/pull/20321) Review Comment: Can you re-phrase this issue? ########## release-notes/versioned/pulsar-3.1.0.md: ########## @@ -0,0 +1,282 @@ +--- +id: pulsar-3.1.0 +title: Apache Pulsar 3.1.0 +sidebar_label: Apache Pulsar 3.1.0 +--- + +#### 2023-08-10 + +### Important notice +- + +### PIPs +- PIP-275:Introduce topicOrderedExecutorThreadNum to deprecate numWorkerThreadsForNonPersistentTopic [#20504](https://github.com/apache/pulsar/pull/20504) +- PIP-255 Part-2: Make the partition assignment strategy pluggable [#20537](https://github.com/apache/pulsar/pull/20537) + +### Broker +- Fix MessageDeduplication throw NPE when enable broker dedup and set namespace disable deduplication. [#20905](https://github.com/apache/pulsar/pull/20905) Review Comment: ```suggestion - Fix MessageDeduplication throw NPE when enabling broker deduplication and disabling namespace deduplication. [#20905](https://github.com/apache/pulsar/pull/20905) ``` ########## release-notes/versioned/pulsar-3.1.0.md: ########## @@ -0,0 +1,282 @@ +--- +id: pulsar-3.1.0 +title: Apache Pulsar 3.1.0 +sidebar_label: Apache Pulsar 3.1.0 +--- + +#### 2023-08-10 + +### Important notice +- + +### PIPs +- PIP-275:Introduce topicOrderedExecutorThreadNum to deprecate numWorkerThreadsForNonPersistentTopic [#20504](https://github.com/apache/pulsar/pull/20504) +- PIP-255 Part-2: Make the partition assignment strategy pluggable [#20537](https://github.com/apache/pulsar/pull/20537) + +### Broker +- Fix MessageDeduplication throw NPE when enable broker dedup and set namespace disable deduplication. [#20905](https://github.com/apache/pulsar/pull/20905) +- In replication scenario, remote consumer could not be registered if there has no message was sent [#20888](https://github.com/apache/pulsar/pull/20888) Review Comment: ```suggestion - In replication scenarios, remote consumers could not be registered if there were no message sent [#20888](https://github.com/apache/pulsar/pull/20888) ``` -- 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]
