-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Support environment properties that would have worked in 1.5 #10873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've absolutely no idea how we can do this. Perhaps we can update |
You mean |
Edited 🤦♂️ |
Thinking some more about this I think it should be possible to support the |
/cc @dsyer @markfisher |
Uh oh!
There was an error while loading. Please reload this page.
The stricter environment variable property rules in 2.0 might catch people out and it would be really nice if we could warn users that a property that previously worked now will not.
One example of this is in Spring Cloud stream. They previously would set the varaible
SPRING_CLOUD_STREAM_KAFKA_BINDER_ZK_NODES
. In 2.0 this needs to beSPRING_CLOUD_STREAM_KAFKA_BINDER_ZKNODES
.The text was updated successfully, but these errors were encountered: