Skip to content

Commit

Permalink
spring-kafka: add failed records to toString of messageStore
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed May 2, 2024
1 parent 6b332ff commit 6eb8309
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ class MessageStore {
override fun toString(): String = """
|Consumed: ${pprint(consumedRecords())}
|Published: ${pprint(producedRecords())}
|Failed: ${pprint(failedRecords())}
""".trimIndent().trimMargin()
}

0 comments on commit 6eb8309

Please sign in to comment.