1. Add Maven dependency <dependency><groupId>io.github.majusko</groupId><artifactId>pulsar-java-spring-boot-starter</artifactId><version>${version}</version></dependency> 2. Configure Producer Create your configuration class with all producers you would like to register. @Configuration public cla...
Spring boot starter forApache Pulsar Example/Demo project Java Pulsar Example Project Quick Start Simple steps to start using the library. 1. Add Maven dependency <dependency> <groupId>io.github.majusko</groupId> <artifactId>pulsar-java-spring-boot-starter</artifactId> <version>1.2.0</version...