Skip to content

Commit

Permalink
chore: Allow logging a few more kafka producer properties (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubmo authored Dec 17, 2024
1 parent 3f804ef commit 634a394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/main/scala/akka/kafka/ProducerSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,10 @@ class ProducerSettings[K, V] @InternalApi private[kafka] (
"queue.buffering.max.ms",
"request.timeout.ms",
"retries",
"security.protocol"
"security.protocol",
"compression.type",
"enable.idempotence",
"max.request.size"
)

override def toString: String = {
Expand Down

0 comments on commit 634a394

Please sign in to comment.