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

Add HTTP2 for GRPC connections #10252

Closed
JeissonWeeDev opened this issue Apr 13, 2024 · 2 comments
Closed

Add HTTP2 for GRPC connections #10252

JeissonWeeDev opened this issue Apr 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@JeissonWeeDev
Copy link

What is the problem this feature would solve?

image

Support for HTTP2 could be added, because some of the servers and APIs that some companies have require the use of GRPC for communication between microservices in an agile and fast way, BUNJS works perfectly as a GRPC client but as a GRPC server I have to use NodeJs v20 now When I run the server using "bun" I have a compilation error, I want to migrate the services I have in Nodejs to Bunjs since it is much faster but I have this limitation of the HTTP2 protocol, greetings bro.

What is the feature you are proposing to solve the problem?

As I said before, it is to fix the compatibility between the services I have, I want to migrate to the use of BunJs but I have a problem with HTTP2 and I left you evidence of it, here I leave other evidence of the same.

image

What alternatives have you considered?

For this problem, I use NodeJs in gRPC server instead BunJs

@JeissonWeeDev JeissonWeeDev added the enhancement New feature or request label Apr 13, 2024
@Electroid
Copy link
Contributor

Duplicate of #8823

@Electroid Electroid marked this as a duplicate of #8823 Apr 15, 2024
@Electroid Electroid closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@Electroid @JeissonWeeDev and others