brechtvdv / Article-Live-Open-Data-Interfaces

https://brechtvdv.github.io/Article-Live-Open-Data-Interfaces/
0 stars 0 forks source link

SSE vs gRPC? #16

Open marcvanandel opened 2 years ago

marcvanandel commented 2 years ago

Hi @brechtvdv, thanks for your great article and research. Very interesting to read.

In the point of view of LDES and Event Sourcing, I'm wondering what the difference would have been between SSE and gRPC. I'm familliar with the AxonFramework and AxonServer which uses gRPC instead of SSE or WebSockets. I know gRPC is a whole different kind of protocol ... but still could be of relevance to this research. I'm curious if you have had a look into gRPC and whether you've considered this protocol for this research or not?

NOTE I'n not sure this is the best way to address such a question, but at least it is open and connected to the paper 😉

Regards, Marc

marcvanandel commented 2 years ago

See this documentation also

brechtvdv commented 2 years ago

Hi Marc,

Thank you for your interest in my article!

I haven't considered this protocol as I wasn't aware of its existence, but I see compatibility on two levels:

Kind regards, Brecht

marcvanandel commented 2 years ago

Thanks for your extensive response!

Kind regards, Marc