-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update configuration_metadata.go #513
base: main
Are you sure you want to change the base?
Conversation
Hello @AamnaZahid !
So that we'll be able to review. |
Context/Explanation of Changes Before: After: What those changes will enable?
|
Hi @anthonydahanne |
OK, interesting. This is what I was trying to figure out as well. Where do these files come from, what apps are depending on them. Can you provide a doc link that explains these files a little more? I want to make sure that there is some context here so we, as maintainers, know how this feature is being used. That'll prevent regressions in the future. Thanks |
Support added for the configuration-properties.names property.
Yes
…On Wed, 23 Oct 2024, 07:22 Anthony Dahanne, ***@***.***> wrote:
is that enough @dmikusa <https://github.com/dmikusa> ?
https://dataflow.spring.io/docs/applications/application-metadata/
—
Reply to this email directly, view it on GitHub
<#513 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A324ALWFDQAOGPUCBZ4CVQDZ44B7FAVCNFSM6AAAAABPHAMSK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZQGY4DQMRRGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
* replace deprecated calls to os.ReadFile/WriteFile * fix "handles empty names gracefully" test: if a property did not make it into dataflow-configuration-metadata.properties then it's not considered, even if it was found in spring-configuration-metadata.json * add another test: similarly, if you have the properties alpha and beta in spring-configuration-metadata.json, we'll only consider alpha if dataflow-configuration-metadata.properties only has alpha
7b23e20
to
d52c2e3
Compare
@AamnaZahid I fixed a test, and added another one in a separate commit. |
Awesome, thanks for the update!
…On Thu, 24 Oct 2024, 04:40 Anthony Dahanne, ***@***.***> wrote:
@AamnaZahid <https://github.com/AamnaZahid> I fixed a test, and added
another one in a separate commit.
—
Reply to this email directly, view it on GitHub
<#513 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A324ALRRZ7EIIP5LRQ2G3KTZ5AXWVAVCNFSM6AAAAABPHAMSK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZTG44DOMBRGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
To elaborate a bit more on the link provided by @anthonydahanne . Here is a little background on the Dataflow dedicated metadata. It is used to drive the UI/API during stream/task definition. This describes why we have the dedicated metadata: This describes the metadata file: This describes the metadata label: Here is a concrete example that uses 3 of the pre-built stream-applications (e.g. splitter used below that include said metadata. The stream is defined as I hope this helps w/ some more context. Thanks |
Support added for the configuration-properties.names property.
Summary
Use Cases
Checklist