Pub/sub API for message brokers.
Configuration can give as molen.[json|yaml|yml|toml]
in the /etc/ or near to binary or with CONFIG_FILE
env value.
It can also work with CONSUL and VAULT.
For configuration check the config.go file.
Create kafka server and console use:
make env
Access to http://localhost:7071 for console.
Run molen with make file:
make run
Access to http://localhost:8080/swagger/index.html for API swagger page.