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-11700][SDK] Optimize TCP message reporting Sender implementation #11701

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

gosonzhang
Copy link
Contributor

Fixes #11700

  1. Construct the message sending base class BaseSender, and then improve the HTTP Sender implementation;
  2. Construct the TCP message reporting class InLongTcpMsgSender to send TCP messages;
  3. Construct the TCP client Manager to manage TCP message reporting, response processing, and sending timeout, etc;
  4. Add comments.

@gosonzhang gosonzhang merged commit 16084cc into apache:master Jan 21, 2025
9 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][SDK] Optimize TCP message reporting Sender implementation
3 participants