This is an automated email from the ASF dual-hosted git repository.
zike pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new d7e70edc9467 [feat][doc] Mark transaction support for go client
feature matrix (#932)
d7e70edc9467 is described below
commit d7e70edc94676ae236d0425d249e47e04bfb3322
Author: Zike Yang <[email protected]>
AuthorDate: Tue Jul 2 15:43:18 2024 +0800
[feat][doc] Mark transaction support for go client feature matrix (#932)
## Motivation
The go client has already supported the transaction.
https://github.com/apache/pulsar-client-go/pull/1002
But the client feature matrix doesn't reflect this.
This PR marks the 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,