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/

Reply via email to