Skip to content

Instantly share code, notes, and snippets.

@morsapaes
Last active April 27, 2022 09:27
Show Gist options
  • Save morsapaes/f6194ab572aaaea69d4ee6baf8b53ef9 to your computer and use it in GitHub Desktop.
Save morsapaes/f6194ab572aaaea69d4ee6baf8b53ef9 to your computer and use it in GitHub Desktop.
CREATE SOURCE rp_twitter_tweets
FROM KAFKA BROKER 'redpanda:9092' TOPIC 'dc_tweets'
FORMAT BYTES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment