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-11695][SDK] MessageSender related interfaces abstraction #11696

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

gosonzhang
Copy link
Contributor

Fixes #11695

  1. Abstract the methods supported by TCP Sender and HTTP HttpProxySender, abstract the necessary support interface MessageSender for public message senders, TCP sender interface TcpMsgSender, HTTP sender interface HttpMsgSender,
  2. Abstract the callback interface MsgSendCallback, for asynchronous sending, and support the view of specific error information;
  3. According to the network management implementation of TCP and HTTP, abstract the client management interface ClientMgr

@gosonzhang gosonzhang merged commit 3db9adc 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] MessageSender related interfaces abstraction
4 participants