Is there a way to configure a custom avro deserializer in KSQL, without storing schema in schema registry. I want to store schema in a file system rather than schema registry.
Asked
Active
Viewed 239 times
2
-
Why would you want to do that? – Tomer Shetah Dec 08 '20 at 11:57
-
This is not possible today, you can up-vote this ticket though: https://github.com/confluentinc/ksql/issues/1057 – Almog Dec 15 '20 at 23:14
-
We want to use AWS Glue schema registry rather than Confluent schema registry – Snigdhajyoti Dec 28 '21 at 15:31