Anonymitaet commented on code in PR #373: URL: https://github.com/apache/pulsar-site/pull/373#discussion_r1067680040
########## release-notes/versioned/client-java-2.11.0.md: ########## @@ -0,0 +1,48 @@ +--- +id: client-java-2.11.0 +title: Client Java 2.11.0 +sidebar_label: Client Java 2.11.0 +--- + +- [feature][Java] Support Reader Interceptor [#14729](https://github.com/apache/pulsar/pull/14729) +- [improve][Java] Refactor SchemaHash to reduce call of hashFunction in SchemaHash [#17948](https://github.com/apache/pulsar/pull/17948) +- [improve][Java] Improve performance of multi-topic consumer with more than one IO thread [#16336](https://github.com/apache/pulsar/pull/16336) +- [improve][Java] Add initialization for the OpSendMsg [#16256](https://github.com/apache/pulsar/pull/16256) +- [improve][Java] Replace ScheduledExecutor to improve performance of message consumption [#16236](https://github.com/apache/pulsar/pull/16236) +- [improve][Java] Send CloseConsumer on client timeout [#16616](https://github.com/apache/pulsar/pull/16616) +- [improve][Java] Make DeadLetterPolicy deserializable [#16513](https://github.com/apache/pulsar/pull/16513) +- [improve][Java] Switch to rely on Netty for Hostname Verification [#15824](https://github.com/apache/pulsar/pull/15824) +- [improve][Java] Remove sensitive msg from consumer/producer stats log [#15483](https://github.com/apache/pulsar/pull/15483) +- [improve][Java] Add pending messages information while printing the producer stats [#15440](https://github.com/apache/pulsar/pull/15440) +- [improve][Java] Check consumer schema null in advance [#15327](https://github.com/apache/pulsar/pull/15327) +- [improve][Java] Returns immutable data set when using TableView [#14833](https://github.com/apache/pulsar/pull/14833) +- [improve][Java] Avoid timer task run before previous subscribe complete [#14818](https://github.com/apache/pulsar/pull/14818) +- [improve][Java] Optimize pause when creating sub consumers in multi-topic consumer [#14566](https://github.com/apache/pulsar/pull/14566) +- [cleanup][Java] Reduce code duplication in admin client [#16377](https://github.com/apache/pulsar/pull/16377) +- [cleanup][Java] Remove redundant check for chunked message TotalChunkMsgSize in ConsumerImpl [#16797](https://github.com/apache/pulsar/pull/16797) +- [fix][Java] Fixed ack failure in ReaderImpl due to null messageId [#17728](https://github.com/apache/pulsar/pull/17728) +- [fix][Java] Unwrap completion exception for Lookup Services [#17717](https://github.com/apache/pulsar/pull/17717) +- [fix][Java] Fix scheduledExecutorProvider not shutdown [#17527](https://github.com/apache/pulsar/pull/17527) +- [fix][Java] Fix the message present in incoming queue after go to DLQ [#17326](https://github.com/apache/pulsar/pull/17326) Review Comment: ```suggestion - [fix][Java] Fix the message present in an incoming queue after going to DLQ [#17326](https://github.com/apache/pulsar/pull/17326) ``` ########## release-notes/versioned/client-websocket-2.11.0.md: ########## @@ -0,0 +1,10 @@ +--- +id: client-websocket-2.11.0 +title: Client Websocket 2.11.0 +sidebar_label: Client Websocket 2.11.0 +--- + +- [feature][WebSocket] Support encryption in websocket proxy [#16234](https://github.com/apache/pulsar/pull/16234) Review Comment: ```suggestion - [feature][WebSocket] Support encryption in WebSocket proxy [#16234](https://github.com/apache/pulsar/pull/16234) ``` -- 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]
