Skip to content

Instantly share code, notes, and snippets.

@s-chb
Created July 15, 2020 08:11
Show Gist options
  • Select an option

  • Save s-chb/87de3acf0081063fc596ef70c31cebef to your computer and use it in GitHub Desktop.

Select an option

Save s-chb/87de3acf0081063fc596ef70c31cebef to your computer and use it in GitHub Desktop.
CREATE SOURCE CONNECTOR csv WITH (
'connector.class' = 'FileStreamSink',
'tasks.max' = '1',
'topics' = 'process_logpickr',
'file' = 'process.csv',
'key.converter' ='org.apache.kafka.connect.storage.StringConverter',
'value.converter' = 'org.apache.kafka.connect.storage.StringConverter'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment