Skip to content

Commit 40f00d3

Browse files
authored
Merge pull request #189 from nomisRev/stressTest
Incosistent Acks
2 parents be52f8a + 09d5080 commit 40f00d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/io/github/nomisRev/kafka/publisher/PublisherSettings.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public data class PublisherSettings<Key, Value>(
3131
val bootstrapServers: String,
3232
val keySerializer: Serializer<Key>,
3333
val valueSerializer: Serializer<Value>,
34-
val acknowledgments: Acks = Acks.One,
34+
val acknowledgments: Acks = Acks.All,
3535
val closeTimeout: Duration = Duration.INFINITE,
3636
val isFatal: (t: Throwable) -> Boolean =
3737
{ it is AuthenticationException || it is ProducerFencedException },

0 commit comments

Comments
 (0)