Complete API documentation can be found here
make build
Loads env variables from .env.default
and overrides in .env
and runs mvn quarkus:dev
. Modify your kafka connection information and cluster name as needed in the .env
file.
make dev
Complete API documentation can be found here
make build
Loads env variables from .env.default
and overrides in .env
and runs mvn quarkus:dev
. Modify your kafka connection information and cluster name as needed in the .env
file.
make dev