GH-3052 Add to additional-spring-configuration-metadata.json

Resolves #3052
This commit is contained in:
Oleg Zhurakousky
2024-12-04 16:16:44 +01:00
parent a88c34fc9f
commit c67fca58c4

View File

@@ -43,10 +43,17 @@
"type": "java.lang.String"
},
{
"defaultValue": "none",
"defaultValue": "none",
"name": "spring.cloud.stream.default.consumer.concurrency",
"description": "Default concurrency settings",
"type": "java.lang.String"
},
{
"defaultValue": "true",
"name": "spring.cloud.stream.function.autodetect",
"description": "Auto-discovers and binds a single function. However, it is primarily used to disable function auto-discovery.",
"type": "java.lang.Boolean"
}
]
}