Skip to content
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

Add MessagePack Support #172

Merged
merged 1 commit into from Aug 8, 2020

Conversation

VarunWachaspati
Copy link
Contributor

@VarunWachaspati VarunWachaspati commented Aug 5, 2020

Can deserialize msgpack messages on kafka topic and outputs JSON String.
Using the official msgPack java client v0.8.20.
Message is collapsed by default.
Tested against sample msgpack payloads, formatting looks fine.

msgpack messages with DefaultMessageDeserializer -
image

msgpack messages with new MsgPackMessageDeserializer -
image

#171

Can deserialize msgpack messages on kafka topic and outputs JSON
String.
Using the official msgPack java client v0.8.20.
Message is collapsed by default.
Tested against sample msgpack payloads, formatting looks fine.
@ekoutanov ekoutanov merged commit e8491b6 into obsidiandynamics:master Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants