-
Notifications
You must be signed in to change notification settings - Fork 6
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
Question about key #2
Comments
@ilyasahmed24 |
@commandini Can you help me out with the extension of that. |
@ilyasahmed24 Unfortunately, we do not support custom key serialization at the moment. |
@andreiadamian Let's say I have serialized the key in the same serde and set it to a clipboard page in a property, now how do i pass this to data set? |
Hi I had q question regarding publishing of key.
I see in the code that
delegateValueSerializer.configure(additionalConfiguration, false);
delegateValueDeserializer.configure(additionalConfiguration, false);
only the value serde is there no key serde.
I have a requirement where i have to publish the key and value both in avro format.
For now when i publish messages only value is sent.
How can this be done?
The text was updated successfully, but these errors were encountered: