nestjs / nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
https://nestjs.com
MIT License
67.28k stars 7.59k forks source link

[Microservices] Move from grpc to @grpc/grpc-js package #4799

Closed gperdomor closed 3 years ago

gperdomor commented 4 years ago

Feature Request

According to official grpc page, a new @grpc/grpc-js package is released, the old grpc will be deprecated... More info here

kamilmysliwiec commented 4 years ago

Would you like to create a PR for this issue :)?

ssilve1989 commented 4 years ago

Any update on this? Looks like the PR just has small conflicts to resolve?

gperdomor commented 4 years ago

@ssilve1989 PR updated :D

adematte commented 4 years ago

so according to the linked issue, this should be shipped on the next major version of NestJS since this introduces a breaking change. Any plans yet for when the next version will come out?

dranzboi commented 3 years ago

guys, when will you release a new version with grpc-js?

kamilmysliwiec commented 3 years ago

Let's track this here https://github.com/nestjs/nest/pull/4806