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

Implement zip encoder and decoder between sidecar and backend to maximize the throughput #22

Open
stevehu opened this issue Aug 23, 2021 · 0 comments

Comments

@stevehu
Copy link
Contributor

stevehu commented Aug 23, 2021

Use light-4j encoder-decoder module to reduce the size of the request in order to maximize the throughput.

https://github.com/networknt/light-4j/tree/master/encode-decode

When both ends are implemented with light-4j, we shouldn't have any issue getting it implemented. However, if the backend is implemented with other languages or frameworks, make sure they support the zip encoder and decoder.

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

No branches or pull requests

1 participant