From 3ab030e4c7d661ba88ef261f9d7f3bf5118c7822 Mon Sep 17 00:00:00 2001 From: fanzhonghao <1412328318@qq.com> Date: Thu, 4 Jan 2024 11:32:09 +0800 Subject: [PATCH] add vpcid for kafka ingestion (#248) Co-authored-by: fanzhonghao.fzh@alibaba-inc.com --- client_job.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client_job.go b/client_job.go index 0195b72e..e108aa63 100644 --- a/client_job.go +++ b/client_job.go @@ -193,6 +193,7 @@ type ( Communication string `json:"communication"` NameResolutions string `json:"nameResolutions"` AdditionalProps map[string]string `json:"additionalProps"` + VpcId string `json:"vpcId"` } // ingestion JDBC source