Kafka Avro Serde for Clojure.
Contrarily to the deplorable state of this README.md, as well as that of the documentation, I would say that the underlying ideas of this project have reached some stability.
FIXME FIXME FIXME write a better README.
- Lazily convert
- Expose a map interface around the actual (mutable) GenericData$Record.
- Some love should be given to the interface to create records the same (efficient) way.
- Rewrite tree traversal with
clojure.walk/walk
for more clarity; inner and outer are powerful enough concepts.
See GitHub issues.
For a more complete Clojure API around Kafka, see FundingCircle/jackdaw.