eShop icon indicating copy to clipboard operation
eShop copied to clipboard

Share integration events between projects

Open adityamandaleeka opened this issue 2 years ago • 1 comments

From @ReubenBond:

Currently, there are many integration events which have duplicated representations across projects, which makes the complex Order processing flow even more complex because developers cannot use tooling to find usages of the integration event types.

Instead, let's use one or more shared projects to describe these events so that FindAllReferences/etc work.

adityamandaleeka avatar Nov 01 '23 01:11 adityamandaleeka

The current code does make it look like integration events are not cross boundary, as all of the events are being emitted by, and handled in the Ordering API.

carlsixsmith-moj avatar Dec 18 '23 10:12 carlsixsmith-moj