Kaleido Open Menu

Event Streams Introduction

Kaleido Event Streams

Define the target to deliver the events to, and we take care of the rest

  • Subscribe to events on a single contract, or on all contracts matching an event signature
  • Trivially simple JSON payloads and types
  • Ideal for “serverless” functions like AWS Lambda or Azure functions
  • Process events one-by-one, or in efficient batches
  • Efficiently stream to analytics pipelines, such as AWS Kinesis
  • Exponential backoff retry of delivery
  • At-least once delivery of events via checkpointing