Skip to content

Commit 09d5080

Browse files
committed
Incosistent Acks
1 parent d81653d commit 09d5080

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

Lines changed: 1 addition & 1 deletion
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)