How to use Apache Pulsar with Spring Cloud Stream?

349 Views Asked by At

There is no official library of Apache Pulsar for Spring Cloud Stream. I found Spring for Apache Pulsar, but it is only about Spring Boot. In it's GitHub repository, there is a [spring-pulsar-spring-cloud-stream-binder], but not found in mvnrepository. So how can I use it?

Is there a good way of integrating Apache Pulsar in Spring Cloud Stream?

2

There are 2 best solutions below

4
On

The Spring Cloud Stream binder of the Spring for Apache Pulsar project has not been part of a release yet. It will most likely be part of the next release. If you can't wait, maybe you can build it from the main git branch ?

0
On

Spring Cloud Stream Binder for Apache Pulsar is now released and it is part of Spring Cloud Stream. Feel free to check out the following link: https://docs.spring.io/spring-cloud-stream/reference/pulsar/pulsar_binder.html