-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing KEY_FORMAT parameter #805
Comments
KSQL only accepts avro values. The keys themselves are always interpreted as strings. Do you have a use case for accessing fields within an avro encoded key? |
No. I wanted to group by key. And don't know how. (whole key so it can by string) |
Have you seen our documentation on https://github.com/confluentinc/ksql? It has plenty of examples for grouping by key. |
@maver1ck whilst there's no support for Avro keys currently, you can use KSQL to re-key a topic ( |
Track support for avro keys in #824 |
Hi,
I'm using KSQL for querying data where both key and value are serialized with Avro.
How can I specify the format for KEY ?
The text was updated successfully, but these errors were encountered: