From 149062fab2112cbdaa5d8d8906c724be3674f0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Derosiaux?= Date: Wed, 14 Feb 2024 18:43:48 +0000 Subject: [PATCH] Update README.md --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 8b2ab0f..ab84737 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,25 @@ kafkaSelector: type: file path: config/kafka.config -hostPortConfiguration: - gatewayBindHost: 0.0.0.0 - gatewayHost: localhost - portRange: 6969:6975 - -authenticationConfig: - authenticatorType: NONE - exponentialBackoff: - multiplier: 2 - backoffMaxMs: 5000 +interceptors: +- name: loggingInterceptor + pluginClass: io.conduktor.example.loggerinterceptor.LoggerInterceptorPlugin + timeoutMs: 30000 + priority: 100 + config: + - key: "loggingStyle" + value: "obiWan" + +#hostPortConfiguration: +# gatewayBindHost: 0.0.0.0 +# gatewayHost: localhost +# portRange: 6969:6975 + +#authenticationConfig: +# authenticatorType: NONE +# exponentialBackoff: +# multiplier: 2 +# backoffMaxMs: 5000 # sslConfig: # updateContextIntervalMinutes: 5 # keyStore: @@ -49,27 +58,18 @@ authenticationConfig: # keyStoreType: jks # updateIntervalMsecs: 600000 -threadConfig: - downStreamThread: 2 - upstream: - numberOfThread: 2 - maxPendingTask: 2048 +#threadConfig: +# downStreamThread: 2 +# upstream: +# numberOfThread: 2 +# maxPendingTask: 2048 -maxResponseLatency: 3000 -inFlightRequestExpiryMs: 30000 +#maxResponseLatency: 3000 +#inFlightRequestExpiryMs: 30000 -upstreamConnectionConfig: - numOfConnection: 10 - maxIdleTimeMs: 200000 - -interceptors: -- name: loggingInterceptor - pluginClass: io.conduktor.example.loggerinterceptor.LoggerInterceptorPlugin - timeoutMs: 30000 - priority: 100 - config: - - key: "loggingStyle" - value: "obiWan" +#upstreamConnectionConfig: +# numOfConnection: 10 +# maxIdleTimeMs: 200000 ``` - Change your applications to point to `localhost:6969` and see how the impact!