You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Spring Cloud Stream Starter docs tell you to use the static variable values for specifying things like queueAccessType, but you can't actually use those (such as EndpointProperties.ACCESSTYPE_NONEXCLUSIVE) in the properties/yaml file. You need to specify the numerical value that it represents.
The fields like the ones below should be updated to state the default, but also the other options and what the valid numerical values are.
The text was updated successfully, but these errors were encountered:
Actually I wonder if Spring Boot can support multiple types. If it can, I wonder if we can add support for Enum values for each of these or resolve these "strings" into their real numerical values somehow.
I think this is something worth looking into when we come around to fix this.
Nephery
changed the title
Docs for Configuration Options Need Numerical Values
Configuration Options Need Numerical Values
Feb 3, 2022
Nephery
changed the title
Configuration Options Need Numerical Values
Clearer Configuration Options for Enum Types That Need Numerical Values
Feb 3, 2022
The Spring Cloud Stream Starter docs tell you to use the static variable values for specifying things like
queueAccessType
, but you can't actually use those (such as EndpointProperties.ACCESSTYPE_NONEXCLUSIVE) in the properties/yaml file. You need to specify the numerical value that it represents.The fields like the ones below should be updated to state the default, but also the other options and what the valid numerical values are.
The text was updated successfully, but these errors were encountered: