smallrye / smallrye-event-sourcing

Apache License 2.0
7 stars 4 forks source link

Design/Prototype the ability to 'nest' Message envelopes. #5

Open hutchig opened 5 years ago

hutchig commented 5 years ago

How do we put a change event, inside a reactive messaging message, inside a CloudEvent? Etc.

vongosling commented 5 years ago

@hutchig IMO, event and message, which is another object envelope wrapper are depended on what are you talking about. My team also have a focus on the cloudevent binding in OpenMessaging project 3 months before. and I would like to join the event, messaging and streaming related discussion. May I ask, where did the discussion about this proposal take place?https://groups.google.com/forum/#!topic/microprofile/yFZalRexx_M, Is it the recommendation place? I would like to comments on this proposal according to what I have learnt from the proposal.

cescoffier commented 5 years ago

In Reactive Messaging, the envelope (Message has been kept minimal to let each connector to implement their own.

In SmallRye Reactive Messaging, we have support for Cloud Event.