ksqlDB example: read topic as stream
-- Create ksqlDB stream from Kafka topic. | |
CREATE STREAM myStream (username VARCHAR, location VARCHAR) | |
WITH (KAFKA_TOPIC='input-topic', VALUE_FORMAT='...'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment