File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/java/io/a2a/server/grpc/quarkus Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- quarkus.grpc.clients.a2-a -service.host =localhost
2- quarkus.grpc.clients.a2-a -service.port =9001
1+ quarkus.grpc.clients.a2a -service.host =localhost
2+ quarkus.grpc.clients.a2a -service.port =9001
33
44# The GrpcHandler @ApplicationScoped annotation is not compatible with Quarkus
55quarkus.arc.exclude-types =io.a2a.grpc.handler.GrpcHandler
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public class QuarkusA2AGrpcTest {
8888 .build ();
8989 public static final String APPLICATION_JSON = "application/json" ;
9090
91- @ GrpcClient ("a2-a -service" )
91+ @ GrpcClient ("a2a -service" )
9292 A2AServiceGrpc .A2AServiceBlockingStub client ;
9393
9494 private final int serverPort = 8081 ;
You can’t perform that action at this time.
0 commit comments