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
When the BOOTSTRAPSERVERS env var is defined the correct value is returned. When it's missing the whole expression string is returned instead of the fallback value: ${{ env:BOOTSTRAPSERVERS:-fallback }}.
This was not an issue with the EnvOrSystemPropertyPreprocessor.
The text was updated successfully, but these errors were encountered:
I'm using HOCON as the configuration file format.
A short extract:
When the
BOOTSTRAPSERVERS
env var is defined the correct value is returned. When it's missing the whole expression string is returned instead of the fallback value:${{ env:BOOTSTRAPSERVERS:-fallback }}
.This was not an issue with the
EnvOrSystemPropertyPreprocessor
.The text was updated successfully, but these errors were encountered: