You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is an exception, please attach the exception trace:
native grpc client side:
Exception in thread "main" io.grpc.StatusRuntimeException: UNIMPLEMENTED: Service not found:PredictService
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:271)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:252)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:165)
at org.example.protogen.PredictServiceGrpc$PredictServiceBlockingStub.predict(PredictServiceGrpc.java:157)
at com.example.userinfoservice.Main2Application.main(Main2Application.java:23)
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce this issue
Expected Behavior
success
Actual Behavior
failed
If there is an exception, please attach the exception trace:
The text was updated successfully, but these errors were encountered: