Why is there no official documentation for `KEY_SCHEMA_FULL_NAME` and `VALUE_SCHEMA_FULL_NAME`?

Why is there no official documentation for KEY_SCHEMA_FULL_NAME and VALUE_SCHEMA_FULL_NAME?

I believe these are ksql properties, correct? I would raise the issue with the ksql project (github issue) or as this in the ksqldb community channel.

looks like they were added (or are to be added) from this KLIP

https://github.com/cprasad1/ksql/blob/master/design-proposals/klip-56-schema-id-in-create-statements.md

Yes, they’re ksql properties, sorry I forgot to mention. Thanks for this, this is helpful :slightly_smiling_face:

We’ve been trying these properties in Confluent and was wondering why they’re not documented, since we ran into a behavior we were not expecting (in our use case they automatically & quietly create a new version of the associated schema for the KStream)