(inlong) branch master updated: [INLONG-11629][SDK] Adjust the Sender initialization logic (#11630)

2025-01-01 Thread gosonzhang
This is an automated email from the ASF dual-hosted git repository. gosonzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git The following commit(s) were added to refs/heads/master by this push: new f0a79bcb36 [INLONG-11629][SDK] Adjust the Se

Re: [PR] [INLONG-11629][SDK] Adjust the Sender initialization logic [inlong]

2025-01-01 Thread via GitHub
gosonzhang merged PR #11630: URL: https://github.com/apache/inlong/pull/11630 -- 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: commits-unsubscr...@inlong

[PR] [INLONG-11629][SDK] Adjust the Sender initialization logic [inlong]

2025-01-01 Thread via GitHub
gosonzhang opened a new pull request, #11630: URL: https://github.com/apache/inlong/pull/11630 Fixes #11629 Strip the thread from the Sender initialization function and put it in the start() function to avoid calling metadata query operations before starting. -- This is an auto