JingsongLi commented on code in PR #5763: URL: https://github.com/apache/paimon/pull/5763#discussion_r2153507495
########## docs/layouts/shortcodes/generated/flink_connector_configuration.html: ########## @@ -86,6 +86,18 @@ <td>String</td> <td>The blacklist contains several time periods. During these time periods, the lookup table's cache refreshing is forbidden. Blacklist format is start1->end1,start2->end2,... , and the time format is yyyy-MM-dd HH:mm. Only used when lookup table is FULL cache mode.</td> </tr> + <tr> + <td><h5>partition.custom-listener.#.param</h5></td> + <td style="word-wrap: break-word;">(none)</td> + <td>String</td> + <td>Parameter string for initializing the listener class #. Listener class should parse the parameter by itself.</td> + </tr> + <tr> + <td><h5>partition.custom-listeners</h5></td> Review Comment: just listener instead listeners -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org