Running a select query throwing error in control center console

step 1 :I am using this URL to download Quick Start for Confluent Platform | Confluent Documentation
step 2: got to: cd cp-all-in-one/cp-all-in-one
step 3: docker compose up -d got to ksql
step5: CREATE STREAM MOVEMENTS (PERSON VARCHAR KEY, LOCATION VARCHAR)
WITH (VALUE_FORMAT=‘JSON’, PARTITIONS=1, KAFKA_TOPIC=‘movements’);
then doing select * from movements throws consumer error

This topic is temporarily closed for at least 1000000 hours due to a large number of community flags.

This topic was automatically closed after 29 days. New replies are no longer allowed.