Skip to content

Commit

Permalink
feat: pass rack configuration to kafka-cronsumer
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Apr 25, 2023
1 parent a4fac27 commit 3ed9a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.idea
.dist/
dist/
1 change: 1 addition & 0 deletions consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func NewConsumer(cfg *ConsumerConfig) (Consumer, error) {
kcronsumerCfg.SASL.AuthType = string(cfg.SASL.Type)
kcronsumerCfg.SASL.Username = cfg.SASL.Username
kcronsumerCfg.SASL.Password = cfg.SASL.Password
kcronsumerCfg.SASL.Rack = cfg.Rack
}

if !cfg.TLS.IsEmpty() {
Expand Down

0 comments on commit 3ed9a9d

Please sign in to comment.