diff --git a/examples/spring-standalone-example/src/test/kotlin/com/stove/spring/standalone/example/e2e/TestSystemConfig.kt b/examples/spring-standalone-example/src/test/kotlin/com/stove/spring/standalone/example/e2e/TestSystemConfig.kt index e49b4497..910da1ff 100644 --- a/examples/spring-standalone-example/src/test/kotlin/com/stove/spring/standalone/example/e2e/TestSystemConfig.kt +++ b/examples/spring-standalone-example/src/test/kotlin/com/stove/spring/standalone/example/e2e/TestSystemConfig.kt @@ -40,6 +40,7 @@ class TestSystemConfig : AbstractProjectConfig() { kafka { stoveKafkaObjectMapperRef = ObjectMapperConfig.createObjectMapperWithDefaults() KafkaSystemOptions( + topicSuffixes = TopicSuffixes().copy(error = listOf(".error", ".DLT", "dlt")), objectMapper = ObjectMapperConfig.createObjectMapperWithDefaults(), containerOptions = KafkaContainerOptions(tag = "latest") { } ) {