kafka-python Questions
1
Solved
I am trying to send a large CSV to kafka. The basic structure is to read a line of the CSV and zip it with the header.
a = dict(zip(header, line.split(",")
This then gets converted to a json wit...
Croner asked 31/8, 2015 at 21:59
© 2022 - 2025 — McMap. All rights reserved.