Skip to content

Instantly share code, notes, and snippets.

@miguno
Last active October 18, 2022 19:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguno/bc214e1bdbd65294c938b10df1d9c4de to your computer and use it in GitHub Desktop.
Save miguno/bc214e1bdbd65294c938b10df1d9c4de to your computer and use it in GitHub Desktop.
Creating STREAMs and TABLEs in KSQL to read and write Avro data in Kafka.
CREATE STREAM pageviews WITH (KAFKA_TOPIC='pageviews_topic', VALUE_FORMAT='AVRO');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment