-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Description
- Remove
toBinaryMessage&toStructuredMessageimplementing the CloudEventVisitor/CloudEventVisitable: Re: Proposal for reworking the unstructured read/write of events #150. This allows all protocol bindings/event formats to continue working - Remove spec version conversion (
toV1()andtoV03()) fromCloudEventinterface: Reimplemented Spec version conversion #147 - Flatten attributes implementation (this is not required, however it simplifies the code and reduce allocations): WIP from Flatten attributes interface/implementation #148
- Remove assumption that
CloudEventimplementsCloudEventVisitable: This PR will move the code under the default implementation ofCloudEventVisitableunder a genericCloudEventVisitableimplementation forCloudEventinterface (placed incloudevents-core) -
cloudevents-coredepends oncloudevents-api
All PRs from 1 to 4 will change the CloudEvent interface (and friends) inside core in order to make it equal to the one inside api. After this is done, it will be trivial to remove the old interfaces in core and replace them with the ones in api.
Metadata
Metadata
Assignees
Labels
No labels