eventuate-tram / eventuate-tram-messaging-http

Apache License 2.0
3 stars 7 forks source link

May I ask, is there any relationship between eventuate-tram-messaging-http-master and CDC? #16

Open petecat opened 7 months ago

petecat commented 7 months ago

Is eventuate-tram-messaging-http-master responsible for sending messages to consumers via HTTP? Is there any relationship between eventuate-tram-messaging-http-master and CDC, or are they separate projects? When eventuate-tram-messaging-http-master sends messages, does it first persist the messages to the database like Tram, and then rely on CDC for distribution? If so, is there any documentation for this? I couldn't find any HTTP-related code in CDC. Is there another project that CDC needs to depend on? If eventuate-tram-messaging-http-master does not persist messages when sending, what are the main use cases for this project?Thank you very much.

petecat commented 7 months ago

Also, I couldn't find an implementation class similar to DataProducer for message queuing in eventuate-tram-messaging-http-master.