-
Notifications
You must be signed in to change notification settings - Fork 0
[FLINK-26570][statefun] Remote module configuration interpolation #4
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
base: master
Are you sure you want to change the base?
[FLINK-26570][statefun] Remote module configuration interpolation #4
Conversation
b8b30d1 to
fd50425
Compare
71a001e to
dedb0f3
Compare
...flink-extensions/src/main/java/org/apache/flink/statefun/extensions/ComponentJsonObject.java
Show resolved
Hide resolved
...ink-core/src/test/java/org/apache/flink/statefun/flink/core/jsonmodule/RemoteModuleTest.java
Show resolved
Hide resolved
|
[Major] I couldn't find a test that confirms the correct order of merging the config sources. A test that checks if comand line parameters override env variables, for instance. Did I missed this test? |
|
[Major] I'm wondering what's the behior of the feature when the config value for the placeholder is missing. Do we ignore it? Do we throw an exception? |
125907c to
992aef9
Compare
Now we throw. Thanks. |
61f4e5d to
3d3ff6f
Compare
3d3ff6f to
4f63228
Compare
No description provided.