Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 865 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 865 Bytes

Smile serde plugin for kafka-ui

This is sample pluggable serde implementation for kafka-ui.

This serde uses Jackson library as a Smile format parser/generator implementation.

Jackson supports optimisations for Smile encoding and decoding that you can enable via serde configuration.

For sample serde usage and configuration please see docker-compose file here.