spring-cloud / spring-cloud-stream

Framework for building Event-Driven Microservices
http://cloud.spring.io/spring-cloud-stream
Apache License 2.0
969 stars 595 forks source link

Fix custom test PulsarProducerFactory #2936

Closed onobc closed 2 months ago

onobc commented 2 months ago

Spring Pulsar 1.1.x introduced a new method getPulsarClient on PulsarProducerFactory and the PulsarBinderIntegrationTests has a custom factory that must be updated in order to run on both Pulsar 1.0.x and 1.1.x (i.e. Spring Boot 3.2.x and 3.3.x).