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
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Is it possible to use this converter with a producer client instead of a connetor? I am asking this because I tried configuring a connector for my data source (gRPC) and it did not work, so I switched to the producer client api... and now stuck with protobuf to avro conversion.
I was hoping that this can also work with producer client.
Thanks
Rakesh
The text was updated successfully, but these errors were encountered:
Converters are wrappers around Kafka serializers, so the short answer is yes. Otherwise, you can always use ByteArraySerializer and native JVM Protobuf code to get byte[] values to send
However, Confluent now has Protobuf serializers for clients to use with their Schema Registry.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is it possible to use this converter with a producer client instead of a connetor? I am asking this because I tried configuring a connector for my data source (gRPC) and it did not work, so I switched to the producer client api... and now stuck with protobuf to avro conversion.
I was hoping that this can also work with producer client.
Thanks
Rakesh
The text was updated successfully, but these errors were encountered: