Skip to content

Commit f0bf9fa

Browse files
committed
Rename grpc client property
1 parent b284d70 commit f0bf9fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
quarkus.arc.exclude-types=io.a2a.grpc.handler.GrpcHandler

reference/grpc/src/test/java/io/a2a/server/grpc/quarkus/QuarkusA2AGrpcTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)