Skip to content

Commit

Permalink
Merge pull request #189 from nomisRev/stressTest
Browse files Browse the repository at this point in the history
Incosistent Acks
  • Loading branch information
nomisRev committed Apr 8, 2024
2 parents be52f8a + 09d5080 commit 40f00d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public data class PublisherSettings<Key, Value>(
val bootstrapServers: String,
val keySerializer: Serializer<Key>,
val valueSerializer: Serializer<Value>,
val acknowledgments: Acks = Acks.One,
val acknowledgments: Acks = Acks.All,
val closeTimeout: Duration = Duration.INFINITE,
val isFatal: (t: Throwable) -> Boolean =
{ it is AuthenticationException || it is ProducerFencedException },
Expand Down

0 comments on commit 40f00d3

Please sign in to comment.