Develop & Deploy Serverless App Lesson 4 Event Processing: Scaling a Data Stream
yt link
A data stream is split into shards, and every shard stores a subset of data. Different shards can spread across multiple hosts, which allows to scale up a data stream.
Every record that is added to a data stream has key and data, A key of a d...
philipdevblog.hashnode.dev1 min read