examples icon indicating copy to clipboard operation
examples copied to clipboard

Example: Can't created CUSTOMERS_SRC stream

Open zachariahyoung opened this issue 5 years ago • 0 comments

getting the following error message.

ksql> CREATE STREAM CUSTOMERS_SRC WITH (KAFKA_TOPIC='asgard.public.customers', VALUE_FORMAT='AVRO'); Avro schema for message values on topic asgard.public.customers does not exist in the Schema Registry.Subject: asgard.public.customers-value Possible causes include:

I'm following these step by steps https://github.com/confluentinc/examples/blob/latest/postgres-debezium-ksql-elasticsearch/postgres-debezium-ksql-elasticsearch-docker-short.adoc

zachariahyoung avatar Mar 19 '20 21:03 zachariahyoung