This is an automated email from the ASF dual-hosted git repository. zike pushed a commit to branch go-txn in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 866d1b2830836f8351f58b459c222dcac170a32a Author: Zike Yang <[email protected]> AuthorDate: Mon Jul 1 11:32:48 2024 +0800 [feat][doc] Mark transaction support for go client feature matrix --- data/matrix.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/matrix.js b/data/matrix.js index 9dfeaa68a0a0..c18ce820ed97 100644 --- a/data/matrix.js +++ b/data/matrix.js @@ -368,7 +368,7 @@ module.exports = { Feature: "Transaction", Java: 2, "C++": 0, - Go: 0, + Go: 2, Python: 0, Nodejs: 0, "C#/DotPulsar": 0, @@ -750,7 +750,7 @@ module.exports = { Feature: "Transaction", Java: 2, "C++": 0, - Go: 0, + Go: 2, Python: 0, Nodejs: 0, "C#/DotPulsar": 0,
