-
Notifications
You must be signed in to change notification settings - Fork 6
Create a redis backed broker in tmctl #87
Comments
Right now we can set parameters for the memory backed broker in
We should be able to have the same for the redis backed broker, something like:
|
Note: I will be changing very soon the time formats from reference: triggermesh/brokers#65 |
With #227 merged, CLI config supports a redis-based broker: context: bar
triggermesh:
version: v1.23.0
broker:
version: v1.1.0
redis:
address: 127.0.0.1:6666
username: foo
password: bar
skip-verify: true
tls-enabled: true Broker's |
It should be possible now to use the redis broker locally by manually editing the tmctl config file to look like the above example. However, we haven't yet documented how the user should do this. Not a top priority right now but lets keep the issue open as a P2. |
When we create a broker we should be able to create a redis backed broker.
The redis cluster could be:
It could be done either via a config file of the CLI or via parameters when we create a broker
when the broker is backed by redis, the
dump
should create an object that uses the new triggermesh brokerI am assigning to Pablo
The text was updated successfully, but these errors were encountered: