You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may want to change the serde that KSQL uses to serialize/deserialize Kafka message keys. For example, to fix #724 we could use a binary key format instead of a String with delimiters. To make this possible in the future we should add metadata to the Command Topic about the serde used for keys by the query that executes the command. KSQL should then use that serde if it knows about it, or not run the command if it does not know about that serde.
The text was updated successfully, but these errors were encountered:
We may want to change the serde that KSQL uses to serialize/deserialize Kafka message keys. For example, to fix #724 we could use a binary key format instead of a String with delimiters. To make this possible in the future we should add metadata to the Command Topic about the serde used for keys by the query that executes the command. KSQL should then use that serde if it knows about it, or not run the command if it does not know about that serde.
The text was updated successfully, but these errors were encountered: