Hi,

During the development of flink-connector-pulsar, I found a requirement to
generate config docs like the main repo does[1]:

    mvn -Pgenerate-config-docs install -Dfast -DskipTests

However, it's not preset for external connector repo. So I make the
generate-config-docs myself, and encountered the next issue:

    [java] Error: Could not find or load main class
org.apache.flink.docs.configuration.ConfigOptionsDocGenerator

Of course, I should add flink-docs as a dependency for the execution. But
it seems that flink-docs is not released to Maven central and thus I cannot
depend on it.

Do you have ideas on this topic? Or how do you generate config docs for
external connectors?

Best,
tison.

[1]
https://github.com/apache/flink/tree/master/docs#generate-configuration-tables

Reply via email to