This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-http.git
The following commit(s) were added to refs/heads/main by this push:
new 9999e16 [hotfix] Remove options from docs that do not exist in the
code
9999e16 is described below
commit 9999e164454970bb809ef2b1a1310fa51ba10ee0
Author: David Radley <[email protected]>
AuthorDate: Wed Dec 3 16:09:06 2025 +0000
[hotfix] Remove options from docs that do not exist in the code
---
docs/content.zh/docs/connectors/table/http.md | 2 --
docs/content/docs/connectors/table/http.md | 2 --
2 files changed, 4 deletions(-)
diff --git a/docs/content.zh/docs/connectors/table/http.md
b/docs/content.zh/docs/connectors/table/http.md
index d1ec6d8..a517c88 100644
--- a/docs/content.zh/docs/connectors/table/http.md
+++ b/docs/content.zh/docs/connectors/table/http.md
@@ -171,8 +171,6 @@ Note the options with the prefix _http_ are the HTTP
connector specific options,
| lookup.partial-cache.expire-after-access |
optional | The max time to live for each rows in lookup cache after accessing
the entry in the cache. Specify as a
[Duration](https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/deployment/config/#duration).
`lookup.cache` must be set to `PARTIAL` to use this option. See the following
<a href="#lookup-cache">Lookup Cache</a> section for more details.
[...]
| lookup.partial-cache.cache-missing-key |
optional | This is a boolean that defaults to true. Whether to store an empty
value into the cache if the lookup key doesn't match any rows in the table.
`lookup.cache` must be set to `PARTIAL` to use this option. See the following
<a href="#lookup-cache">Lookup Cache</a> section for more details.
[...]
| lookup.max-retries |
optional | The max retry times if the lookup failed; default is 3. See the
following <a href="#lookup-cache">Lookup Cache</a> section for more detail. Set
value 0 to disable retries.
[...]
-| lookup.error.code |
optional | List of HTTP status codes that should be treated as errors by HTTP
Source, separated with comma.
[...]
-| lookup.error.code.exclude |
optional | List of HTTP status codes that should be excluded from the
`http.lookup.error.code` list, separated with comma.
[...]
| http.security.cert.server |
optional | Comma separated paths to trusted HTTP server certificates that
should be added to the connectors trust store.
[...]
| http.security.cert.client |
optional | Path to trusted certificate that should be used by connector's HTTP
client for mTLS communication.
[...]
| http.security.key.client |
optional | Path to trusted private key that should be used by connector's HTTP
client for mTLS communication.
[...]
diff --git a/docs/content/docs/connectors/table/http.md
b/docs/content/docs/connectors/table/http.md
index ada2636..dd52871 100644
--- a/docs/content/docs/connectors/table/http.md
+++ b/docs/content/docs/connectors/table/http.md
@@ -170,8 +170,6 @@ Note the options with the prefix _http_ are the HTTP
connector specific options,
| lookup.partial-cache.expire-after-access |
optional | The max time to live for each rows in lookup cache after accessing
the entry in the cache. Specify as a
[Duration](https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/deployment/config/#duration).
`lookup.cache` must be set to `PARTIAL` to use this option. See the following
<a href="#lookup-cache">Lookup Cache</a> section for more details.
[...]
| lookup.partial-cache.cache-missing-key |
optional | This is a boolean that defaults to true. Whether to store an empty
value into the cache if the lookup key doesn't match any rows in the table.
`lookup.cache` must be set to `PARTIAL` to use this option. See the following
<a href="#lookup-cache">Lookup Cache</a> section for more details.
[...]
| lookup.max-retries |
optional | The max retry times if the lookup failed; default is 3. See the
following <a href="#lookup-cache">Lookup Cache</a> section for more detail. Set
value 0 to disable retries.
[...]
-| lookup.error.code |
optional | List of HTTP status codes that should be treated as errors by HTTP
Source, separated with comma.
[...]
-| lookup.error.code.exclude |
optional | List of HTTP status codes that should be excluded from the
`http.lookup.error.code` list, separated with comma.
[...]
| http.security.cert.server |
optional | Comma separated paths to trusted HTTP server certificates that
should be added to the connectors trust store.
[...]
| http.security.cert.client |
optional | Path to trusted certificate that should be used by connector's HTTP
client for mTLS communication.
[...]
| http.security.key.client |
optional | Path to trusted private key that should be used by connector's HTTP
client for mTLS communication.
[...]