confluentinc / event-streaming-patterns

A collection of Event Streaming Patterns, including problem statements, solutions, and implementation examples.
Apache License 2.0
13 stars 6 forks source link

Align Naming of Command Event Pattern with EIP naming #257

Open ylorph opened 2 years ago

ylorph commented 2 years ago

The following page https://developer.confluent.io/patterns/event/command-event reference the Command message from the EIP book. The text though diverges drastically from the EIP naming of messages being grouped into events & commands.

I understand that this is going to contradicts the 1st rule of the style guide. The reason for requesting a change there is to avoid confusion. Will send a PR shortly with a proposed change.