Apache Pulsar — System Design

Maharajan Shunmuga Sundaram
7 min readNov 16, 2020

Introduction

Apache Pulsar is an event streaming platform which helps producers to publish stream of events and consumers to consume the event stream. The producer doesn’t need to know consumer and vice versa. The system stores the stream of events which helps consumers not to be up all the time to consume the data. In this article, we will see the system design of Apache Pulsar and some of its…

--

--