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
in #350, a central default broker is used for all sinkbindings and triggers. It is expected that user can have the flexibility to manage the config of generated knative resources from Sonataflow/SonataflowPlatform CR
Implementation ideas
as suggested here. user should be able to specify different brokers for events:
`spec:
events:
sink:
... # YOUR PROPOSAL
triggers:
event:
broker: `
where all the options can still have a defined defaults from spec.sink
The text was updated successfully, but these errors were encountered:
Description
in #350, a central default broker is used for all sinkbindings and triggers. It is expected that user can have the flexibility to manage the config of generated knative resources from Sonataflow/SonataflowPlatform CR
Implementation ideas
as suggested here. user should be able to specify different brokers for events:
`spec:
events:
sink:
... # YOUR PROPOSAL
triggers:
broker: `
where all the options can still have a defined defaults from spec.sink
The text was updated successfully, but these errors were encountered: