0

We have a large gRPC service that contains many endpoints. When we try to add a new endpoint, compilation of the scala code generated by scalapb fails, because the bindService method in the service implementation is too large.

Because many endpoints in the service are not used in the scala code, we are looking for ways that scalapb can "ignore" certain gRPC endpoints in its auto-generation to avoid the method size limit (if possible).

  • 1
    could you share the full error message? is it possible to provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)? – Gastón Schabas Jul 18 '23 at 22:27
  • Please provide enough code so others can better understand or reproduce the problem. – Community Jul 19 '23 at 18:07

0 Answers0