Apache Pulsar consumer and producer with Spring Boot

Eric Anicet
6 min readSep 26, 2022

Welcome to another Spring Boot tutorial. In this story, we will learn how to get started with Apache Pulsar on the Spring Boot ecosystem.

Prerequisites

This is the list of all the prerequisites:

Overview

What is Apache Pulsar?

Apache Pulsar is a cloud-native, multi-tenant, high-performance solution for server-to-server messaging and queuing built on the publisher-subscribe (pub-sub) pattern. Pulsar combines the best features of a traditional messaging system like RabbitMQ with those of a pub-sub system like Apache Kafka — scaling up or down dynamically without downtime. It’s used by thousands of companies for high-performance data pipelines, microservices, instant messaging, data integrations, and more.

Originally developed by Yahoo, Pulsar is under the stewardship of the Apache Software Foundation.

Architecture

--

--

No responses yet