Anonymitaet opened a new issue #14393: URL: https://github.com/apache/pulsar/issues/14393
When updating docs for https://github.com/apache/pulsar/pull/14383, @fantapsody suggests **generating connector configuration tables automatically** rather than updating them manually. I've discussed w/ @urfreespace, he thinks it is workable. For example: For [the configuration table of the Elasticsearch sink connector](https://pulsar.apache.org/docs/en/next/io-elasticsearch-sink/#configuration), we can get this info from the source code file ([ElasticSearchConfig.java](https://github.com/apache/pulsar/blob/master/pulsar-io/elastic-search/src/main/java/org/apache/pulsar/io/elasticsearch/ElasticSearchConfig.java)) <img width="1960" alt="image" src="https://user-images.githubusercontent.com/50226895/154889729-7aeedafa-b673-44d9-b6ed-b4a60e8d3f02.png"> One thing we need to consider is how to display the info. @urfreespace believes we can generate **independent** web pages for each connector configuration info (as below), but it's too redundant to show all info connector configuration on the Pulsar home page. We need to **figure out the best way to show the info**. <img width="915" alt="image" src="https://user-images.githubusercontent.com/50226895/154890169-04ddc1f4-bac7-4bd3-bcd7-e684607fbaa8.png"> Anyone would like to help? Thanks! -- 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]
