Skip to content
Snippets Groups Projects
Commit 72891da9 authored by Geoffrey Mo's avatar Geoffrey Mo Committed by Cody Messick
Browse files

Fix bug with **kwargs and kafka kwarg

parent e4336744
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class Producer(KafkaBootStep):
name = 'Kafka Avro producer'
def __init__(self, parent, kafka=False, **kwargs):
def __init__(self, parent, **kwargs):
super().__init__(parent, **kwargs)
self.topic_url = parent.app.conf['scimma_broker_url'] + \
parent.app.conf['scimma_topic_name']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment