Closed chen-dq closed 1 year ago
sorry, I don't know what is the value of messageBrokerUrl
such as
messageBrokerUrl: "nats://broker:4222"
@manuio Should we make the messageBrokerUrl
be configurable to nats, rabbitmq and possibly kafka or just use nats as the default broker
@manuio Should we make the
messageBrokerUrl
be configurable to nats, rabbitmq and possibly kafka or just use nats as the default broker
@0x6f736f646f I'd say that we should make it configurable and remove any hardcoded value from the charts. Not sure what to do with the {{ .Release.Name }}
. Maybe we can have something like {{Values.defaults.msgBrokerProtocol}}://{{ .Release.Name }}-{{msgBrokerUrl}}:{{ .Values.defaults.msgBrokerPort }}
. But it's a bit confusing and unreadable compared to {{messageBrokerUrl}}
and a comment with the URLs that you can use :)
In any case I'd not change this untill we have support for all brokers.
I also agree with @manuio point about not changing this until we have support for all brokers.
Signed-off-by: chen.dq chen.dq@neusoft.com
Resolves #118