From 815ab7df949ac9c16891aee0518c0e0533057b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 1 Aug 2024 14:54:28 +0200 Subject: [PATCH] Add missing default value for Pulsar properties Closes gh-41682 --- ...itional-spring-configuration-metadata.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 002eec91132..86ae3636127 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -2028,18 +2028,46 @@ "name": "spring.neo4j.uri", "defaultValue": "bolt://localhost:7687" }, + { + "name": "spring.pulsar.consumer.subscription.initial-position", + "defaultValue": "latest" + }, + { + "name": "spring.pulsar.consumer.subscription.mode", + "defaultValue": "durable" + }, + { + "name": "spring.pulsar.consumer.subscription.topics-mode", + "defaultValue": "persistentonly" + }, + { + "name": "spring.pulsar.consumer.subscription.type", + "defaultValue": "exclusive" + }, { "name": "spring.pulsar.function.enabled", "type": "java.lang.Boolean", "description": "Whether to enable function support.", "defaultValue": true }, + { + "name": "spring.pulsar.producer.access-mode", + "defaultValue": "shared" + }, { "name": "spring.pulsar.producer.cache.enabled", "type": "java.lang.Boolean", "description": "Whether to enable caching in the PulsarProducerFactory.", "defaultValue": true }, + { + "name": "spring.pulsar.producer.hashing-scheme", + "defaultValue": "javastringhash" + }, + { + "name": "spring.pulsar.producer.message-routing-mode", + "defaultValue": "roundrobinpartition" + }, { "name": "spring.quartz.jdbc.comment-prefix", "defaultValue": [