Spring Pulsar 0.2.0
how to modify ProducerConfigProperties.cache parameter
i want to change cache properties through application.properties, such as:
spring.pulsar.producer.cache.expire-after-access=600s
spring.pulsar.producer.cache.maximum-size=1000
spring.pulsar.producer.cache.initial-capacity=5
but, ProducerConfigProperties dont have setCache method
Is there any other way to modify this parameter?