-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
area: specChanges in the SpecificationChanges in the Specificationchange: featureNew feature or request. Impacts in a minor version changeNew feature or request. Impacts in a minor version change
Milestone
Description
What would you like to be added:
Rename the eventDef
's correlation
object properties to have something shorter, as explicit, and cleaner IMHO.
Currently, we have:
...
events:
- name: MyEvent
kind: consumed
source: ...
type: ...
correlation:
- contextAttributeName: ...
contextAttributeValue: ...
...
What I propose is to have:
...
events:
- name: MyEvent
kind: consumed
source: ...
type: ...
correlation:
- name: ...
value: ...
...
Why is this needed:
Shorter, cleaner, easier to write without typo/casing mistake, self-explainatory
Metadata
Metadata
Assignees
Labels
area: specChanges in the SpecificationChanges in the Specificationchange: featureNew feature or request. Impacts in a minor version changeNew feature or request. Impacts in a minor version change
Type
Projects
Status
Done