0

I want to create stream for users topics

enter image description here

but , ksqlDB can not create stream.

enter image description here

Specify KSQL Stream Subject names explicitly

Mehrdad Masoumi
  • 264
  • 1
  • 15

1 Answers1

0

You should create a schema with subject name "user-value" in Schema Registry first, then your can create the stream. For how to post schema to Schema Registry, please visit https://docs.confluent.io/platform/current/schema-registry/develop/using.html