This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Description
When we create a broker we should be able to create a redis backed broker.
The redis cluster could be:
- running locally in docker
- running remotely
It could be done either via a config file of the CLI or via parameters when we create a broker
tmctl create broker --help
TriggerMesh broker
Usage:
tmctl create broker <name> [flags]
Flags:
-h, --help help for broker
Global Flags:
--broker string Default broker name
--version string TriggerMesh components version (default "v1.21.1")
when the broker is backed by redis, the dump should create an object that uses the new triggermesh broker
I am assigning to Pablo