Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 397 Bytes

skazka

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)

License

Copyright © 2020 Yonatan Elhanan

Distributed under the MIT License