Skip to content

Commit

Permalink
[KOGITO-7218] Disable gRPC server on dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Jun 1, 2022
1 parent 9b549a1 commit 2772712
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
quarkus.grpc.dev-mode.force-server-start=false
quarkus.micrometer.binder.grpc-server.enabled=false
4 changes: 0 additions & 4 deletions quarkus/addons/monitoring/prometheus/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer-registry-prometheus-deployment</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions quarkus/addons/monitoring/prometheus/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 2772712

Please sign in to comment.