|
2120 | 2120 | "name": "spring.pulsar.client.failover.policy",
|
2121 | 2121 | "defaultValue": "order"
|
2122 | 2122 | },
|
| 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 | + }, |
2123 | 2139 | {
|
2124 | 2140 | "name": "spring.pulsar.function.enabled",
|
2125 | 2141 | "type": "java.lang.Boolean",
|
2126 | 2142 | "description": "Whether to enable function support.",
|
2127 | 2143 | "defaultValue": true
|
2128 | 2144 | },
|
| 2145 | + { |
| 2146 | + "name": "spring.pulsar.producer.access-mode", |
| 2147 | + "defaultValue": "shared" |
| 2148 | + }, |
2129 | 2149 | {
|
2130 | 2150 | "name": "spring.pulsar.producer.cache.enabled",
|
2131 | 2151 | "type": "java.lang.Boolean",
|
2132 | 2152 | "description": "Whether to enable caching in the PulsarProducerFactory.",
|
2133 | 2153 | "defaultValue": true
|
2134 | 2154 | },
|
| 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 | + }, |
2135 | 2163 | {
|
2136 | 2164 | "name": "spring.quartz.jdbc.comment-prefix",
|
2137 | 2165 | "defaultValue": [
|
|
0 commit comments