Skip to content

Commit

Permalink
fix error in passing conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Oct 30, 2024
1 parent 2db2b0e commit ad814dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/activator/activator.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def keda_start():
'enable.auto.commit': False
}

fan_out_consumer = kafka.Consumer(conf=fan_out_consumer_conf, logger=_log)
fan_out_consumer = kafka.Consumer(fan_out_consumer_conf, logger=_log)

_log.info("starting fan out consumer")

Expand Down

0 comments on commit ad814dd

Please sign in to comment.