[rust] Add property overlays for rust client Config
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 625
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 97
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar.
### Description
`fluss-rust::Config` does not support applying multiple string properties atomically. Callers have to duplicate property definitions, parsing, field mapping, and validation.
### Willingness to contribute
- [x] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating fluss-rust::Config and reading the existing property definitions, parsing, field mapping, and validation paths. Trace how configuration values are applied today and identify the relevant tests or entry points. Done means multiple string properties can be applied atomically without duplicating those definitions and validation rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100