Skip to content

Commit 218e7aa

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-41683
2 parents 7f18952 + 815ab7d commit 218e7aa

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,18 +2089,46 @@
20892089
"name": "spring.pulsar.client.failover.policy",
20902090
"defaultValue": "order"
20912091
},
2092+
{
2093+
"name": "spring.pulsar.consumer.subscription.initial-position",
2094+
"defaultValue": "latest"
2095+
},
2096+
{
2097+
"name": "spring.pulsar.consumer.subscription.mode",
2098+
"defaultValue": "durable"
2099+
},
2100+
{
2101+
"name": "spring.pulsar.consumer.subscription.topics-mode",
2102+
"defaultValue": "persistentonly"
2103+
},
2104+
{
2105+
"name": "spring.pulsar.consumer.subscription.type",
2106+
"defaultValue": "exclusive"
2107+
},
20922108
{
20932109
"name": "spring.pulsar.function.enabled",
20942110
"type": "java.lang.Boolean",
20952111
"description": "Whether to enable function support.",
20962112
"defaultValue": true
20972113
},
2114+
{
2115+
"name": "spring.pulsar.producer.access-mode",
2116+
"defaultValue": "shared"
2117+
},
20982118
{
20992119
"name": "spring.pulsar.producer.cache.enabled",
21002120
"type": "java.lang.Boolean",
21012121
"description": "Whether to enable caching in the PulsarProducerFactory.",
21022122
"defaultValue": true
21032123
},
2124+
{
2125+
"name": "spring.pulsar.producer.hashing-scheme",
2126+
"defaultValue": "javastringhash"
2127+
},
2128+
{
2129+
"name": "spring.pulsar.producer.message-routing-mode",
2130+
"defaultValue": "roundrobinpartition"
2131+
},
21042132
{
21052133
"name": "spring.quartz.jdbc.comment-prefix",
21062134
"defaultValue": [

0 commit comments

Comments
 (0)