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

ProxyUtil.getLocalAddr() is a time-consuming operation, may affect the throughput of sending and receiving messages #116

Closed
lrhkobe opened this issue Aug 18, 2020 · 0 comments
Labels
improvement Improve the mechanism or performance

Comments

@lrhkobe
Copy link
Contributor

lrhkobe commented Aug 18, 2020

ProxyUtil.getLocalAddr() is a time-consuming operation in the process of sending and receiving messages, which may affect the throughput. Maybe we can initialize at startup instead of calling this method every time in message transformation.

iNanos added a commit that referenced this issue Aug 18, 2020
fix: performance improvement,reduce cost time in message transformation #116
@iNanos iNanos added the improvement Improve the mechanism or performance label Aug 19, 2020
@iNanos iNanos closed this as completed Sep 17, 2020
xwm1992 pushed a commit that referenced this issue Aug 4, 2022
fix: performance improvement,reduce cost time in message transformation #116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve the mechanism or performance
Projects
None yet
Development

No branches or pull requests

2 participants