|
2028 | 2028 | "name": "spring.neo4j.uri",
|
2029 | 2029 | "defaultValue": "bolt://localhost:7687"
|
2030 | 2030 | },
|
| 2031 | + { |
| 2032 | + "name": "spring.pulsar.consumer.subscription.initial-position", |
| 2033 | + "defaultValue": "latest" |
| 2034 | + }, |
| 2035 | + { |
| 2036 | + "name": "spring.pulsar.consumer.subscription.mode", |
| 2037 | + "defaultValue": "durable" |
| 2038 | + }, |
| 2039 | + { |
| 2040 | + "name": "spring.pulsar.consumer.subscription.topics-mode", |
| 2041 | + "defaultValue": "persistentonly" |
| 2042 | + }, |
| 2043 | + { |
| 2044 | + "name": "spring.pulsar.consumer.subscription.type", |
| 2045 | + "defaultValue": "exclusive" |
| 2046 | + }, |
2031 | 2047 | {
|
2032 | 2048 | "name": "spring.pulsar.function.enabled",
|
2033 | 2049 | "type": "java.lang.Boolean",
|
2034 | 2050 | "description": "Whether to enable function support.",
|
2035 | 2051 | "defaultValue": true
|
2036 | 2052 | },
|
| 2053 | + { |
| 2054 | + "name": "spring.pulsar.producer.access-mode", |
| 2055 | + "defaultValue": "shared" |
| 2056 | + }, |
2037 | 2057 | {
|
2038 | 2058 | "name": "spring.pulsar.producer.cache.enabled",
|
2039 | 2059 | "type": "java.lang.Boolean",
|
2040 | 2060 | "description": "Whether to enable caching in the PulsarProducerFactory.",
|
2041 | 2061 | "defaultValue": true
|
2042 | 2062 | },
|
| 2063 | + { |
| 2064 | + "name": "spring.pulsar.producer.hashing-scheme", |
| 2065 | + "defaultValue": "javastringhash" |
| 2066 | + }, |
| 2067 | + { |
| 2068 | + "name": "spring.pulsar.producer.message-routing-mode", |
| 2069 | + "defaultValue": "roundrobinpartition" |
| 2070 | + }, |
2043 | 2071 | {
|
2044 | 2072 | "name": "spring.quartz.jdbc.comment-prefix",
|
2045 | 2073 | "defaultValue": [
|
|
0 commit comments