| # SPDX-License-Identifier: Apache-2.0 | |
| pekko { | |
| # needed because we add pekko-actor-typed here but don't include an slf4j implementation | |
| use-slf4j = off | |
| # 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} | |
| } |