Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.63 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.63 KB

Kafka Avro Serde for Clojure.

слава советскому народу

Installation

Build status Clojars badge Clojars downloads cljdoc badge GitHub license GitHub issues

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.

Known bugs

See GitHub issues.

References

For a more complete Clojure API around Kafka, see FundingCircle/jackdaw.