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
currently due to the K_SINK var injection, we can only support one sinkbinding per deployment. To support the flexibility of multiple event destinations from producers within single deployment. We need to find out a way to support multiple sinks.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
@ricardozanini only one sinkbinding can be allowed for an application. Creating multiple sinkbindings against the same application can lead to issues for the cluster (knative/eventing#5749). Hence I think this issue should be rejected.
Description
currently due to the K_SINK var injection, we can only support one sinkbinding per deployment. To support the flexibility of multiple event destinations from producers within single deployment. We need to find out a way to support multiple sinks.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: