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

[Improve][SDK] Optimize user reporting information management #11689

Closed
2 tasks done
Tracked by #11564
gosonzhang opened this issue Jan 20, 2025 · 0 comments · Fixed by #11690
Closed
2 tasks done
Tracked by #11564

[Improve][SDK] Optimize user reporting information management #11689

gosonzhang opened this issue Jan 20, 2025 · 0 comments · Fixed by #11690

Comments

@gosonzhang
Copy link
Contributor

Description

The current data reporting interface fills in user reporting information in a relatively scattered manner, including grouId, streamId, dt, attributes, body, auditVerison, msgUUID, etc., which makes the MessageSender[1] interface numerous. At the same time, the TCP and HTTP reports supported by the SDK only differ in the message body type. It is necessary to streamline the implementation of this part.

  1. https://github.com/apache/inlong/blob/master/inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/MessageSender.java

InLong Component

InLong SDK

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant