Skip to content

Commit

Permalink
fix(kafka): appearently spring-kafka changed the dead letter suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Nov 19, 2024
1 parent aad5382 commit 91af732
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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") { }
) {
Expand Down

0 comments on commit 91af732

Please sign in to comment.