diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index b035e31c3d0..44832e50fcb 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -2089,18 +2089,46 @@ "name": "spring.pulsar.client.failover.policy", "defaultValue": "order" }, + { + "name": "spring.pulsar.consumer.subscription.initial-position", + "defaultValue": "latest" + }, + { + "name": "spring.pulsar.consumer.subscription.mode", + "defaultValue": "durable" + }, + { + "name": "spring.pulsar.consumer.subscription.topics-mode", + "defaultValue": "persistentonly" + }, + { + "name": "spring.pulsar.consumer.subscription.type", + "defaultValue": "exclusive" + }, { "name": "spring.pulsar.function.enabled", "type": "java.lang.Boolean", "description": "Whether to enable function support.", "defaultValue": true }, + { + "name": "spring.pulsar.producer.access-mode", + "defaultValue": "shared" + }, { "name": "spring.pulsar.producer.cache.enabled", "type": "java.lang.Boolean", "description": "Whether to enable caching in the PulsarProducerFactory.", "defaultValue": true }, + { + "name": "spring.pulsar.producer.hashing-scheme", + "defaultValue": "javastringhash" + }, + { + "name": "spring.pulsar.producer.message-routing-mode", + "defaultValue": "roundrobinpartition" + }, { "name": "spring.quartz.jdbc.comment-prefix", "defaultValue": [