Skip to content

Commit

Permalink
Propagate configuration properties to the AdminClientSettings, see #1392
Browse files Browse the repository at this point in the history
  • Loading branch information
javierarrieta authored Feb 12, 2024
1 parent 87a92ea commit dbdd7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/tamer/Tamer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ object Tamer {

val KafkaConfig(brokers, _, closeTimeout, _, _, _, groupId, clientId, transactionalId, properties) = config

val adminClientSettings = AdminClientSettings(closeTimeout, Map.empty)
val adminClientSettings = AdminClientSettings(closeTimeout, properties)
.withBootstrapServers(brokers)
val consumerSettings = ConsumerSettings(brokers)
.withClientId(clientId)
Expand Down

0 comments on commit dbdd7f6

Please sign in to comment.