You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since CSV data is very common, a dedicate tool to import csv data in kafka would be interesting. This tool would be a maki-nage application with only a sink topic.
Since CSV data is very common, a dedicate tool to import csv data in kafka would be interesting. This tool would be a maki-nage application with only a sink topic.
makinage-push-from-csv --csv [csv file] --partition-key [column]
The partition-key column indicate what column in the cvs should be used for partitioning. If no columns is provided, then a single partition is used.
The text was updated successfully, but these errors were encountered: