This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 78c55f4a1bb [HUDI-6441][DOCS] Passing custom Headers with Hudi 
Callback URL (#11547)
78c55f4a1bb is described below

commit 78c55f4a1bb9f3cd7212c67123e9326c3e1c4499
Author: Vova Kolmakov <wombatu...@gmail.com>
AuthorDate: Tue Jul 2 07:21:10 2024 +0700

    [HUDI-6441][DOCS] Passing custom Headers with Hudi Callback URL (#11547)
    
    Co-authored-by: Vova Kolmakov <kolmakov.vladi...@huawei-partners.com>
---
 website/docs/platform_services_post_commit_callback.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/docs/platform_services_post_commit_callback.md 
b/website/docs/platform_services_post_commit_callback.md
index 0df43a2a017..e02f0d01146 100644
--- a/website/docs/platform_services_post_commit_callback.md
+++ b/website/docs/platform_services_post_commit_callback.md
@@ -17,6 +17,7 @@ You can push a commit notification to an HTTP URL and can 
specify custom values
 | CALLBACK_HTTP_TIMEOUT_IN_SECONDS | Callback timeout in seconds | optional | 
3 |
 | CALLBACK_CLASS_NAME | Full path of callback class and must be a subclass of 
HoodieWriteCommitCallback class, 
org.apache.hudi.callback.impl.HoodieWriteCommitHttpCallback by default | 
optional | org.apache.hudi.callback.impl.HoodieWriteCommitHttpCallback |
 | CALLBACK_HTTP_API_KEY_VALUE | Http callback API key | optional | 
hudi_write_commit_http_callback |
+| CALLBACK_HTTP_CUSTOM_HEADERS | Http callback custom headers. Format: 
HeaderName1:HeaderValue1;HeaderName2:HeaderValue2 | optional | N/A |
 | | | | |
 
 ## Kafka Endpoints

Reply via email to