Hi Mazen, What are the differences between Flink stateful functions and Event driven > microservices are they almost the same concept >
You can think of Stateful Functions as an API and a runtime that helps building event driven microservices. It addresses some of the hardest parts of composing services together: service discovery, consistent state management, reliable communication exactly onces delivery, message ordering, scaling, resiliency, and more. Good luck, Igal. On Wed, Sep 23, 2020 at 9:14 AM Mazen Ezzeddine < mazen.ezzedd...@etu.unice.fr> wrote: > Hello, > > What are the differences between Flink stateful functions and Event driven > microservices are they almost the same concept? Indeed I am aware that > flink > stateful functions provide out of the box functionalities like Exaclty once > processing gurantees on Failure and recovery, stateful middle tier > (rocksDB, > memory) with state partitioning over a cluster, but on the other hand, > building event driven microservices using Spring boot might give better > performance (latency and real time gurantees) and better control of > scalabillity at the granularity of individual microservices etc... Any more > inights on this front ? > > Thank you. > > > > -- > Sent from: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ >