Skip to content

Commit

Permalink
update parameters to pass in kafka producer
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Aug 27, 2024
1 parent 5a43c57 commit 914996f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ async def main() -> None:

task = asyncio.create_task(
fan_out_msg(
producer,
fan_out_topic,
fan_out_message
)
Expand Down

0 comments on commit 914996f

Please sign in to comment.