Skip to content

Commit

Permalink
[feat][doc] Mark transaction support for go client feature matrix (#932)
Browse files Browse the repository at this point in the history
## Motivation

The go client has already supported the transaction. apache/pulsar-client-go#1002
But the client feature matrix doesn't reflect this.

This PR marks the transaction support for go client feature matrix
  • Loading branch information
RobertIndie authored Jul 2, 2024
1 parent 3af5596 commit d7e70ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ module.exports = {
Feature: "Transaction",
Java: 2,
"C++": 0,
Go: 0,
Go: 2,
Python: 0,
Nodejs: 0,
"C#/DotPulsar": 0,
Expand Down Expand Up @@ -750,7 +750,7 @@ module.exports = {
Feature: "Transaction",
Java: 2,
"C++": 0,
Go: 0,
Go: 2,
Python: 0,
Nodejs: 0,
"C#/DotPulsar": 0,
Expand Down

0 comments on commit d7e70ed

Please sign in to comment.