pulsar-java-spring-boot-starter icon indicating copy to clipboard operation
pulsar-java-spring-boot-starter copied to clipboard

[FEATURE] - Add a enable flag configuration to decide whether to init the pulsar connection

Open airclear opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. set auto-start to false, It still seems to connect the pulsar server

Describe the solution you'd like Add a enable flag configuration to decide whether to init the pulsar connection

airclear avatar Sep 13 '22 09:09 airclear

I tried to implement this, and it's not that easy, as the bean creation is expected in multiple places. This would include some refactoring, so I will implement it in case of more people ask for such a feature.

majusko avatar Jan 06 '23 00:01 majusko