Use Apicurio SerDe ProtobufKafkaDeserializer against Confluent SerDe Serialized messages #5576
Unanswered
AndreaScarselliAx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to deserialize Protobuf messages with
ProtobufKafkaDeserializer
. These messages have been produced usingio.confluent.kafka.serializers.protobuf.KafkaProtobufSerializer
.I have already been able to do the same for Avro messages by adding the following to the
AvroKafkaDeserializer
object:Doing the same for Protobuf doesn't seem to work, I am actually getting:
org.apache.kafka.common.config.ConfigException: Invalid value java.lang.reflect.InvocationTargetException for configuration Not a valid protobuf builder
Is there anything else needed for Protobuf to work?
Thank you and kind regards,
Andrea
Beta Was this translation helpful? Give feedback.
All reactions