You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current BOTH borker impls come with some ConfigMap that sets them as default.
This is different how channels are handling it.
Perhaps we can follow that model from the channel? to explicitly have the user decide when applying a "yaml distribution" for a channel if she wants that as a default?
** Proposal / Problem **
The brokers both, come with the same configmap, with different values:
Problem
current BOTH borker impls come with some
ConfigMap
that sets them as default.This is different how channels are handling it.
Perhaps we can follow that model from the channel? to explicitly have the user decide when applying a "yaml distribution" for a channel if she wants that as a default?
** Proposal / Problem **
The brokers both, come with the same configmap, with different values:
https://storage.googleapis.com/knative-nightly/eventing/latest/mt-channel-broker.yaml
https://storage.googleapis.com/knative-nightly/eventing/latest/channel-broker.yaml
so if you apply the first "distributiion", than the second "distribution, they do have effect. the later overrides the default of the first.
Currently our Channels do not do that....
No config maps in here, which does SET the channel as default
Instead we have DOC that shows how to update the related configmap to set a channel of choice as the default.
Should we do this too, @vaikas ?
The text was updated successfully, but these errors were encountered: