MartijnVisser commented on code in PR #21501:
URL: https://github.com/apache/flink/pull/21501#discussion_r1048545657
##########
flink-docs/src/main/java/org/apache/flink/docs/util/ConfigurationOptionLocator.java:
##########
@@ -73,15 +73,6 @@ public class ConfigurationOptionLocator {
new OptionsClassLocation("flink-clients",
"org.apache.flink.client.cli"),
new OptionsClassLocation(
"flink-table/flink-sql-client",
"org.apache.flink.table.client.config"),
- new OptionsClassLocation(
- "flink-connectors/flink-connector-pulsar",
- "org.apache.flink.connector.pulsar.common.config"),
- new OptionsClassLocation(
- "flink-connectors/flink-connector-pulsar",
- "org.apache.flink.connector.pulsar.source"),
- new OptionsClassLocation(
- "flink-connectors/flink-connector-pulsar",
- "org.apache.flink.connector.pulsar.sink"),
Review Comment:
> The pulsar docs will have to provide equivalent files somehow.
Can we tackle that as part of a follow-up ticket?
--
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]