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:

  • Spring Boot 2.7.0
  • Maven 3.6.3
  • Java 17

--

--