Stacksenseio / Evaluation-Criteria

In this repo, we will post the evaluation criteria for various modern enterprise IT technologies
Creative Commons Attribution Share Alike 4.0 International
4 stars 0 forks source link

Streams #2

Closed rjhintz closed 6 years ago

rjhintz commented 6 years ago

Is stream handling sufficiently different from handling of classical data structures to be worth calling out separately?

yaronha commented 6 years ago

@krishnan @rjhintz agree, stream require handling of shards/partitions distribution across function instances and things like ordering, checkpointing, etc. AFAIK only AWS Lambda and nuclio support true stream, others are limited to a single kafka shard or only support Async mode (not handling order or key based partitioning)

krishnan commented 6 years ago

Added