Kafka De/Serialization #2470
Replies: 1 comment 1 reply
-
I don't think there is any. Could you pass bytes around to encode in one and decode in the other, vice-versa? like we do in tests with protoc: https://github.com/square/wire/blob/master/wire-protoc-compatibility-tests/src/test/java/com/squareup/wire/InteropChecker.kt#L94-L101 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any examples on integrating Wire with Kafka Proto Serializer / Deserializer or at least how to convert from one message type to another?
Beta Was this translation helpful? Give feedback.
All reactions