Ktsllex

Build StatusPackage Version

Kafka Topic and Schema creator

Usage

Add ktsllex to your deps list :

 {:ktsllex, "~> 0.0.1"},

Run mix do deps.get, deps.compile

Now you have access to create_schemas and create_topics mix tasks, eg:

$ mix create_schemas --host=localhost:8081 --schema=schema_name --base=./path/to/schemas/json
$ mix create_topics --host=localhost:3030 --user=admin --password=admin --topic=topic_name

Development