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 Apr 22, 2022. It is now read-only.
i'm trying to connect divolte to kafka but it always tels me :
ERROR Unknown error when running consumer: (kafka.tools.ConsoleConsumer$:46)
org.apache.kafka.common.errors.SerializationException: Unknown magic byte!
and i can not parse key and value of divolte message
The text was updated successfully, but these errors were encountered:
Schema Registry can be used with any Kafka, not only the one provided by Confluent Platform, but yes, the error is related to incorrect usage of some serializer/deserializer combo
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i'm trying to connect divolte to kafka but it always tels me :
ERROR Unknown error when running consumer: (kafka.tools.ConsoleConsumer$:46)
org.apache.kafka.common.errors.SerializationException: Unknown magic byte!
and i can not parse key and value of divolte message
The text was updated successfully, but these errors were encountered: