Strict Subscriber
Stage: Alpha, disabled by default
When defining a Subscription, if the flag is enabled, validation fails if the field is not defined. This flag was implemented to follow the latest version of the Knative Eventing spec .
With the flag disabled (default behavior) the Subscription can define either a subscriber or a reply field, and validation will succeed. This is the default behavior in Knative v0.26 and earlier.