AHeise commented on a change in pull request #16900:
URL: https://github.com/apache/flink/pull/16900#discussion_r695687321
##########
File path:
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/common/config/PulsarOptions.java
##########
@@ -230,89 +296,172 @@ private PulsarOptions() {
Description.builder()
.text(
"Duration of waiting for a
connection to a broker to be established.")
+ .text("It uses milliseconds as the unit of
time.")
Review comment:
```suggestion
.text(
"Duration (in ms) of waiting for
a connection to a broker to be established.")
```
--
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]