Skip to content

First release

Compare
Choose a tag to compare
@mmolimar mmolimar released this 17 Jun 13:49
· 39 commits to master since this release

Initial release including the following:

  • Kukulcan API for Scala and Java
    • KAdmin: grouped utils for administrative operations for topics, configs, ACLs and metrics.
    • KConnect: methods to execute request agains Kafka Connect.
    • KConsumer and KProducer: Kafka consumer/producer with some extra features.
    • KStreams: extends Kafka Streams to see how your topology is (printing it in a graph).
  • Kukulcan REPL
    • Ammonite: an Ammonite REPL for the Scala API.
    • Scala: a REPL for the Scala API.
    • JShell: a REPL based on JShell for the Java API.
    • PyKukulcan: a Python REPL with bindings for the Java API.
  • Binaries to run each the REPLs in POSIX and Windows OS.
  • Default config files for the REPLs.
  • Scala & Java docs.