shibd commented on PR #1039:
URL:
https://github.com/apache/pulsar-client-go/pull/1039#issuecomment-1613442081
> It seems the CI is broken.
The ci failed info:
```
topic="persistent://public/default/my-topic-651450217"
transaction_test.go:284:
Error Trace:
/pulsar/pulsar-client-go/pulsar/transaction_test.go:284
Error: The consumer should not receive uncommitted
message
Test: TestConsumeAndProduceWithTxn
```
The root cause is you forget to set `useTxn = true` on here.
https://github.com/apache/pulsar-client-go/pull/1039#discussion_r1246823087
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]