Last active
April 27, 2022 09:27
-
-
Save morsapaes/f6194ab572aaaea69d4ee6baf8b53ef9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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