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] Invoke callback in each MQ message #5665

Closed
2 tasks done
Tracked by #5504
vernedeng opened this issue Aug 24, 2022 · 0 comments · Fixed by #5683
Closed
2 tasks done
Tracked by #5504

[Improve][SDK] Invoke callback in each MQ message #5665

vernedeng opened this issue Aug 24, 2022 · 0 comments · Fixed by #5683

Comments

@vernedeng
Copy link
Contributor

Description

Current strategy is that invoke callback after deserializing one batch of MQ messages, which will result in full gc in the case of high load.

Change it to invoke callback after deserializing each MQ message to reduce full gc, but it will produce times of callback invoking.

InLong Component

InLong SDK

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@vernedeng vernedeng changed the title [Improve][SDK] Invoke callback in each MQ message [Improve][SDK] Optimize invoke callback in each MQ message Aug 25, 2022
@vernedeng vernedeng changed the title [Improve][SDK] Optimize invoke callback in each MQ message [Improve][SDK] Invoke callback in each MQ message Aug 25, 2022
@healchow healchow added this to the 1.4.0 milestone Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants