Hacker News new | ask | show | jobs
by bimil 3622 days ago
many differences from spark/storm/flink, but the most notable difference of concord is its dynamic topology model - deployment, scaling, and changes to your topologies all can be done in runtime, w/o restart of the full topology, which is required for spark/storm/flink.
1 comments

> ...all can be done in runtime, w/o restart of the full topology...

That's pretty impressive! So something like react/elm hot reloading?

Yeah I guess that's one way to put it (little different but kindof).