We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899acf5 commit 8ce0eecCopy full SHA for 8ce0eec
sdk/java-sdk-protobuf-testkit/src/main/java/kalix/javasdk/testkit/KalixTestKit.java
@@ -636,7 +636,8 @@ public KalixTestKit start(final Config config) {
636
testSystem =
637
ActorSystem.create(
638
"KalixTestkit",
639
- ConfigFactory.parseString("akka.http.server.preview.enable-http2 = true"));
+ ConfigFactory.parseString("akka.http.server.preview.enable-http2 = true")
640
+ .withFallback(config));
641
642
int eventingBackendPort = startEventingTestkit(useTestContainers);
643
runProxy(useTestContainers, port, eventingBackendPort);
0 commit comments