syhily commented on PR #19262: URL: https://github.com/apache/pulsar/pull/19262#issuecomment-1386611610
```optional``` means that this dependency is used to compile some classes in this module. If you rely on these classes, you should explicit add the optional dependency in you module. So we may have to download the jcommander and add to the [classpath](https://github.com/apache/pulsar-site/blob/4e4f394960f0632bbc12cfad1a43dc132462464e/tools/pytools/lib/execute/config_doc_generator.py#L38) instead. Or we can create a new module for generating all the docs as Flink has already done. -- 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]
