Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions http2-tests/src/test/resources/application.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-License-Identifier: Apache-2.0

pekko {
# TLS engine to use for tests, default is "legacy-actor" but can be overridden by setting
# the system property or environment variable TLS_ENGINE_CONFIG to "graph-stage"
# see https://github.com/apache/pekko/pull/2878
stream.materializer.tls.engine = "legacy-actor"
stream.materializer.tls.engine = ${?TLS_ENGINE_CONFIG}
}