Apache Kafka proxy in clojure
WIP
Provides visibility into the kafka protocol
; In REPL:
(def x (skazka.net/start-proxy))
; Connect with a consumer or producer to localhost:9999 instead of port 9092.
; Watch the protocol printed as clojure data.
; When done:
(skazka.net/stop-proxy x)
Copyright © 2020 Yonatan Elhanan
Distributed under the MIT License