Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-8392][Manager] Optimize the HeartbeatMsg class #9512

Merged
merged 3 commits into from
Dec 22, 2023

Conversation

fuweng11
Copy link
Contributor

@fuweng11 fuweng11 commented Dec 22, 2023

Prepare a Pull Request

Motivation

Optimize the HeartbeatMsg class.

Modifications

Optimize the HeartbeatMsg class.
1.Added differentiation of reported business types based on reporting source type parameters.
2.Due to the fact that dataproxy reports multiple IP addresses, ports, and other information, these information are no longer organized in the form of strings and commas, but are placed in a list object.
3.Dataproxy nodes add reporting types to distinguish which dataproxy node information will be pulled when SDK reports.

gosonzhang
gosonzhang previously approved these changes Dec 22, 2023
dockerzhang
dockerzhang previously approved these changes Dec 22, 2023
dockerzhang
dockerzhang previously approved these changes Dec 22, 2023
gosonzhang
gosonzhang previously approved these changes Dec 22, 2023
@fuweng11 fuweng11 dismissed stale reviews from gosonzhang and dockerzhang via 36c7e5d December 22, 2023 07:03
@dockerzhang dockerzhang merged commit 1e25c54 into apache:master Dec 22, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improve][Manager] Optimize the HeartbeatMsg class
3 participants