Skip to content

Commit 502523f

Browse files
jhaeyaertphiz71
authored andcommitted
fix: allow disabling native transport
https://gravitee.atlassian.net/browse/APIM-11588
1 parent 5819987 commit 502523f

File tree

1 file changed

+3
-0
lines changed
  • gravitee-apim-gateway/gravitee-apim-gateway-standalone/gravitee-apim-gateway-standalone-distribution/src/main/resources/config

1 file changed

+3
-0
lines changed

gravitee-apim-gateway/gravitee-apim-gateway-standalone/gravitee-apim-gateway-standalone-distribution/src/main/resources/config/gravitee.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ secrets:
6565
# enabled: true
6666
# pollIntervalSec: 30
6767

68+
#vertx:
69+
# # Native transport is prefered by default but can be disabled in case of network instabilities such as with Azure Private Link.
70+
# preferNativeTransport: true
6871

6972
# Gateway HTTP server
7073
#http:

0 commit comments

Comments
 (0)