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).