[Website + Doc] generate connector configuration info automatically #18776
Anonymitaet
started this conversation in
General
Replies: 5 comments
|
The issue had no activity for 30 days, mark with Stale label. |
0 replies
|
The issue had no activity for 30 days, mark with Stale label. |
0 replies
|
Closed as stale and no progress. |
0 replies
|
Why close this issue? What are the criteria for keeping an issue open or closed? |
0 replies
|
@Anonymitaet Thanks for bubbling up this issue :) I'll move this thread to the General discussion forum since there's no clear plan (how to implement it) or volunteers working on it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When updating docs for #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, we can get this info from the source code file (ElasticSearchConfig.java)
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.
Anyone would like to help? Thanks!
All reactions