eventing
eventing copied to clipboard
Allow Metadata Configuration in ChannelTemplateSpec
Problem ChannelTemplateSpec only allows setting of the spec for the Channel, but in some cases it may be useful to set some metadata for the Channel as well.
My specific use case is with the KafkaChannel, which has the eventing.knative.dev/scope
annotation to change where the Kafka dispatcher is run (cluster/namespace).
Persona: System Integrator
Exit Criteria A ChannelTemplateSpec can configure metadata of the Channel created by a Broker.
I'm wondering if a possible spec update should include Annotations only or Labels are also could be of interest.
/assign
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
/remove-lifecycle stale
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
I won't have cycles for this issue any time soon, sorry.
/unassign /remove-lifecycle stale
/triage accepted
/assign
I'm wondering if a possible spec update should include Annotations only or Labels are also could be of interest.
Yes, labels are interesting as well, e.g. we need to set a label for log collector.