Skip to content

Commit 518bc69

Browse files
committed
Merge branch '3.3.x'
Closes gh-41684
2 parents d431177 + 218e7aa commit 518bc69

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
@@ -2120,18 +2120,46 @@
21202120
"name": "spring.pulsar.client.failover.policy",
21212121
"defaultValue": "order"
21222122
},
2123+
{
2124+
"name": "spring.pulsar.consumer.subscription.initial-position",
2125+
"defaultValue": "latest"
2126+
},
2127+
{
2128+
"name": "spring.pulsar.consumer.subscription.mode",
2129+
"defaultValue": "durable"
2130+
},
2131+
{
2132+
"name": "spring.pulsar.consumer.subscription.topics-mode",
2133+
"defaultValue": "persistentonly"
2134+
},
2135+
{
2136+
"name": "spring.pulsar.consumer.subscription.type",
2137+
"defaultValue": "exclusive"
2138+
},
21232139
{
21242140
"name": "spring.pulsar.function.enabled",
21252141
"type": "java.lang.Boolean",
21262142
"description": "Whether to enable function support.",
21272143
"defaultValue": true
21282144
},
2145+
{
2146+
"name": "spring.pulsar.producer.access-mode",
2147+
"defaultValue": "shared"
2148+
},
21292149
{
21302150
"name": "spring.pulsar.producer.cache.enabled",
21312151
"type": "java.lang.Boolean",
21322152
"description": "Whether to enable caching in the PulsarProducerFactory.",
21332153
"defaultValue": true
21342154
},
2155+
{
2156+
"name": "spring.pulsar.producer.hashing-scheme",
2157+
"defaultValue": "javastringhash"
2158+
},
2159+
{
2160+
"name": "spring.pulsar.producer.message-routing-mode",
2161+
"defaultValue": "roundrobinpartition"
2162+
},
21352163
{
21362164
"name": "spring.quartz.jdbc.comment-prefix",
21372165
"defaultValue": [

0 commit comments

Comments
 (0)