tisonkun commented on code in PR #21075:
URL: https://github.com/apache/flink/pull/21075#discussion_r997746983
##########
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/common/utils/PulsarTransactionUtils.java:
##########
@@ -60,6 +60,8 @@ public static Transaction createTransaction(PulsarClient
pulsarClient, long time
/**
* This is a bug in original {@link
TransactionCoordinatorClientException#unwrap(Throwable)}
* method. Pulsar wraps the {@link ExecutionException} which hides the
real execution exception.
+ *
+ * <p>This bug should be fixed after the 2.10.1 release. We just keep this
for safety.
Review Comment:
```suggestion
* <p>This bug should be fixed after the 2.10.0 release. We just keep
this for safety.
```
--
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]