|
2089 | 2089 | "name": "spring.pulsar.client.failover.policy",
|
2090 | 2090 | "defaultValue": "order"
|
2091 | 2091 | },
|
| 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 | + }, |
2092 | 2108 | {
|
2093 | 2109 | "name": "spring.pulsar.function.enabled",
|
2094 | 2110 | "type": "java.lang.Boolean",
|
2095 | 2111 | "description": "Whether to enable function support.",
|
2096 | 2112 | "defaultValue": true
|
2097 | 2113 | },
|
| 2114 | + { |
| 2115 | + "name": "spring.pulsar.producer.access-mode", |
| 2116 | + "defaultValue": "shared" |
| 2117 | + }, |
2098 | 2118 | {
|
2099 | 2119 | "name": "spring.pulsar.producer.cache.enabled",
|
2100 | 2120 | "type": "java.lang.Boolean",
|
2101 | 2121 | "description": "Whether to enable caching in the PulsarProducerFactory.",
|
2102 | 2122 | "defaultValue": true
|
2103 | 2123 | },
|
| 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 | + }, |
2104 | 2132 | {
|
2105 | 2133 | "name": "spring.quartz.jdbc.comment-prefix",
|
2106 | 2134 | "defaultValue": [
|
|
0 commit comments