-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Support Transaction API #932
Comments
1 task
liangyepianzhou
added a commit
that referenced
this issue
Feb 13, 2023
Master Issue:#932 ### Motivation Implement transaction coordinator client. ### Modifications 1. Implement transaction coordinator 2. implement transaction API 3. Add metric and test
1 task
nodece
pushed a commit
that referenced
this issue
Feb 27, 2023
* [feat][txn]Implement transactionCoordinatorClient Master Issue:#932 ### Motivation Implement transaction coordinator client. ### Modifications 1. Implement transaction coordinator 2. implement transaction API 3. Add metric and test * Fix checkstyle and CI * fix some comments * fix some comments * fix some comments * comment style consistent * comment style consistent * fix some comments
1 task
liangyepianzhou
added a commit
that referenced
this issue
Mar 24, 2023
Master Issue:#932 ### Motivation Implement transaction coordinator client. ### Modifications 1. Implement transaction coordinator 2. implement transactionImpl 3. Implement transaction in producer and consumer API
Hi @liangyepianzhou good work on this so far! Am I right in thinking that transactions aren't available in the public api in |
1 task
Since merged in 953, can we close this issue as completed? @RobertIndie |
@geniusjoe Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Now, the pulsar-client-go does not support the go-client, so I want to support transaction API for the go client.
Solution
Add Transaction API for go client.
The text was updated successfully, but these errors were encountered: