Skip to content

Commit

Permalink
DEX-549 New integration tests issues (#137)
Browse files Browse the repository at this point in the history
Added "connections.max.idle.ms" both to consumer and producer.
  • Loading branch information
vsuharnikov authored Dec 24, 2019
1 parent 6730971 commit 16b03cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dex/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ waves.dex {
# Disable storing offsets at Kafka. We do it ourselves
auto.offset.reset = "earliest"
enable.auto.commit = false

# Close idle connections after
connections.max.idle.ms = 30000
}
}

Expand Down Expand Up @@ -330,6 +333,9 @@ waves.dex {
retry.backoff.ms = 500

compression.type = "none"

# Close idle connections after
connections.max.idle.ms = 30000
}
}
}
Expand Down

0 comments on commit 16b03cf

Please sign in to comment.