pulsar-client-go
pulsar-client-go copied to clipboard
[feature request] Support Transaction API
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.
Hi @liangyepianzhou good work on this so far! Am I right in thinking that transactions aren't available in the public api in 0.10? I can see there's an EnableTransaction in the client options, but as far as I can tell we can't yet send or receive messages with transactions?
Since merged in 953, can we close this issue as completed? @RobertIndie
@geniusjoe Done.