momo-jun commented on code in PR #367: URL: https://github.com/apache/pulsar-site/pull/367#discussion_r1068861159
########## blog/2023-01-09-Apache-Pulsar-2-10-3.md: ########## @@ -0,0 +1,54 @@ +--- +title: "What’s New in Apache Pulsar 2.10.3" +date: 2023-01-09 +author: "liangyepianzhou, momo-jun" +--- + +The Apache Pulsar community releases version 2.10.3! 50 contributors provided improvements and bug fixes that delivered 155 commits. Thanks for all your contributions. + +This blog walks through the most noteworthy changes. For the complete list including all feature enhancements and bug fixes, check out the [Pulsar 2.10.3 Release Notes](https://pulsar.apache.org/release-notes/versioned/pulsar-2.10.3/). + +### Add `getState` in transactions for client APIs ([PR-17423](https://github.com/apache/pulsar/pull/17423)) + +#### Issue +In earlier versions, the state of transactions on the client side could not be obtained with the client APIs. Users have no way to check the state of transactions before ending them. Review Comment: Thanks for raising this question. Here is my thought: users who are using the earlier versions still face the issue today. It was not past for those who may need an upgrade. -- 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]
