Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EventData typespec #495

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dvic
Copy link
Contributor

@dvic dvic commented Aug 9, 2022

I believe causation_id and correlation_id are optional fields (for example lib/commanded/event/mapper.ex:55 sets to a value that can be nil), updated the typespec accordingly.

causation_id: uuid(),
correlation_id: uuid(),
causation_id: uuid() | nil,
correlation_id: uuid() | nil,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
correlation_id: uuid() | nil,
correlation_id: uuid(),

FYI, it looks like correlation_id will be automatically generated if not specified. See here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants