Skip to content

Commit

Permalink
Merge pull request #191 from krisss85/churn/idle-timeout
Browse files Browse the repository at this point in the history
Introduce akka http client idle-timeout
  • Loading branch information
kr7ysztof authored Feb 21, 2025
2 parents 4e44018 + 0022b71 commit f800a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ kafka.producer {

akka {
http {
host-connection-pool.client.idle-timeout = ${?ROKKU_CLIENT_IDLE_TIMEOUT}
host-connection-pool.max-open-requests = ${?ROKKU_MAX_OPEN_REQUESTS}
host-connection-pool.max-connections = ${?ROKKU_MAX_CONNECTIONS}
host-connection-pool.max-retries = ${?ROKKU_HOST_POOL_MAX_RETRIES}
Expand Down

0 comments on commit f800a09

Please sign in to comment.