Configuring Namespace and Tenant for Spring-Pulsar
Is there a way in Spring-Pulsar to change the namespace and tenant? By default, Spring-Pulsar goes to public tenant and default namespace. I want to use a property or application.yml to set a default tenant and namespace.
Springboot Pulsar ObjectMapper
We are using Spring pulsar (with SpringBoot) to create and consume JSON messages in Kotlin. However, to better support Kotlin+Json we need to create a custom ObjectMapper. Is it possible to force Spring Pulsar library to use a custom ObjectMapper?
Creating listeners without springboot auto config
I have a usecase where I need to start listeners programmatically based on some configuration at runtime.
Configure AutoClusterFailover for Pulsar Client
I’m following the documentation of Spring for Apache Pulsar https://docs.spring.io/spring-pulsar/docs/0.1.0-M1/reference/html/#pulsar-client, but I can’t find the configuration options for failover configuration. Is cluster failover configuration supported on this library? How can I add it?