I check there. Unfortunately, there is no class named HelloServiceImplBase. Someone says in stackoverflow
It sounds like you're building the protos but not the gRPC parts. And says use this command below
protoc --grpc-java_out=DataLink_Parser/backend/src/main/java/com/backend DataLink_Parser/backend/src/main/java/com/backend/HelloService.proto
but it gives this eror.
protoc-gen-grpc-java: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
--grpc-java_out: protoc-gen-grpc-java: Plugin failed with status code 1.
I tried to add plugin and depandecy in my maven project. I use vs code and update my pom file but it gives same eror.
26 Temmuz 2023 Çarşamba tarihinde saat 23:37:32 UTC+3 itibarıyla
sanjay...@google.com şunları yazdı: