Skip to content

Commit f800a09

Browse files
authored
Merge pull request #191 from krisss85/churn/idle-timeout
Introduce akka http client idle-timeout
2 parents 4e44018 + 0022b71 commit f800a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/application.conf

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ kafka.producer {
8181

8282
akka {
8383
http {
84+
host-connection-pool.client.idle-timeout = ${?ROKKU_CLIENT_IDLE_TIMEOUT}
8485
host-connection-pool.max-open-requests = ${?ROKKU_MAX_OPEN_REQUESTS}
8586
host-connection-pool.max-connections = ${?ROKKU_MAX_CONNECTIONS}
8687
host-connection-pool.max-retries = ${?ROKKU_HOST_POOL_MAX_RETRIES}

0 commit comments

Comments
 (0)