Skip to content

Commit

Permalink
#8732 Enhance KafkaBridge resource with consumer inactivity timeout a…
Browse files Browse the repository at this point in the history
…nd HTTP consumer/producer parts enablement (#882)

Signed-off-by: Steffen Karlsson <[email protected]>
  • Loading branch information
steffen-karlsson authored May 9, 2024
1 parent 3786519 commit 3c705ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/docker/kafka_bridge_config_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ http.port=${KAFKA_BRIDGE_HTTP_PORT}
http.cors.enabled=${KAFKA_BRIDGE_CORS_ENABLED}
http.cors.allowedOrigins=${KAFKA_BRIDGE_CORS_ALLOWED_ORIGINS}
http.cors.allowedMethods=${KAFKA_BRIDGE_CORS_ALLOWED_METHODS}
http.timeoutSeconds=${KAFKA_BRIDGE_HTTP_CONSUMER_TIMEOUT}
http.consumer.enabled=${KAFKA_BRIDGE_HTTP_CONSUMER_ENABLED}
http.producer.enabled=${KAFKA_BRIDGE_HTTP_PRODUCER_ENABLED}
EOF
)

Expand Down

0 comments on commit 3c705ac

Please sign in to comment.