Skip to content

Commit

Permalink
GH-2930 Add configuration metadata
Browse files Browse the repository at this point in the history
Resolves #2930
  • Loading branch information
olegz committed May 27, 2024
1 parent 7f0021b commit 625f251
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,30 @@
"name": "spring.cloud.stream.pollable-source",
"description": "A semi-colon delimited list of binding names of pollable sources. Binding names follow the same naming convention as functions. For example, name '...pollable-source=foobar' will be accessible as 'foobar-iin-0'' binding",
"type": "java.lang.String"
},
{
"defaultValue": "none",
"name": "spring.cloud.stream.default.binder",
"description": "The name of the default binder to use when multiple binders are present",
"type": "java.lang.String"
},
{
"defaultValue": "none",
"name": "spring.cloud.stream.default.group",
"description": "The name of the default consumer group",
"type": "java.lang.String"
},
{
"defaultValue": "none",
"name": "spring.cloud.stream.default.content-type",
"description": "The name of the default content type to apply for Message conversion",
"type": "java.lang.String"
},
{
"defaultValue": "none",
"name": "spring.cloud.stream.default.consumer.concurrency",
"description": "Default concurrency settings",
"type": "java.lang.String"
}
]
}

0 comments on commit 625f251

Please sign in to comment.