Delivery Format: support specifying the event format in the kncloudevents dispatcher #8074
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature-request
triage/accepted
Issues which should be fixed (post-triage)
Problem
Throughout eventing, we use the kncloudevents dispatcher to dispatch cloudevents. We should add a
SendOption
which allows us to specify the format used when sending the events, along the lines of:When no event format is specified, we should preserve the existing behavior of the package.
Persona:
Which persona is this feature for?
Exit Criteria
A unit test which sends an even with the structured format set and verifies that it gets a structured event, and a unit test which does the same for the binary format
Time Estimate (optional):
How many developer-days do you think this may take to resolve? 1-2
Additional context (optional)
Add any other context about the feature request here.
format
field to the Delivery type #8073The text was updated successfully, but these errors were encountered: