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

[idea] support protobuf/grpc #453

Open
OleksandrKucherenko opened this issue Feb 19, 2024 · 2 comments
Open

[idea] support protobuf/grpc #453

OleksandrKucherenko opened this issue Feb 19, 2024 · 2 comments

Comments

@OleksandrKucherenko
Copy link

OleksandrKucherenko commented Feb 19, 2024

Possible improvements:

Use cases:

  • allow easy migration between Rest API calls and GRPC enabled backend
  • support multiple packers of the data for api calls. GRPC/protobuf is more efficient and allows to get higher req/sec rate.

Enabled gRPC on server side:

@klippx
Copy link
Collaborator

klippx commented Feb 19, 2024

You have to flesh out this idea a bit more, so a reader can understand what is the issue that you want to solve.

  • What happens when you try to use mappersmith with some protobuf/grpc fetching layer?
  • Are there things that are not working at all, or working poorly?

Basically, I do not grasp the magnitude or ambition of this idea, if it is a huge effort or a small convenience fix.

Instead of explaining, it would help a lot if you set up an example repo to look at to really get a good understanding of the problem.

@OleksandrKucherenko
Copy link
Author

initial comment updated

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

2 participants