Alejandro Lorefice
10/06/2023, 4:25 PMimport "google/protobuf/empty.proto";
and adding an RPC sending and receiving empty messages:
rpc greetNothing(google.protobuf.Empty) returns (google.protobuf.Empty);
This will throw a runtime exception:
com.google.protobuf.Descriptors$DescriptorValidationException: com.example.grpc.GreetingService.greetNothing: ".google.protobuf.Empty" is not defined.
task.descriptorSetOptions.includeImports = true
on the gradle protobuf configuration but it throws the same results 🤔 Anyone came across the same? Any hint?Tom
10/09/2023, 8:32 AMAlejandro Lorefice
10/11/2023, 7:17 AMTom
10/11/2023, 7:17 AMAlejandro Lorefice
10/11/2023, 3:37 PMTom
10/11/2023, 3:38 PM