numaproj / numaflow

Kubernetes-native platform to run massively parallel data/streaming jobs
https://numaflow.numaproj.io
Apache License 2.0
1.01k stars 98 forks source link

feat(config): standardize boolean value with YAML tags. Fixes #1742 #1749

Closed charans29 closed 1 month ago

charans29 commented 1 month ago

This pull request addresses the issue #1742 , where it was proposed to replace a verbose boolean value with more concise YAML node tags.

Changes Replaced value: "true" with value: !!str true across various YAML and Markdown files

Testing All changes were reviewed again searching for value: "true"

Screenshot 2024-06-01 at 10 29 54 AM

Ran make pre-push -B to avoid codegen and linting problems

whynowy commented 1 month ago

If no one has any concern, I'll merge it. @charans29 - don't worry about the DCO.