Nexmark Configuration should be an immutable object and clean from repeated options
Open
improvement
nexmark
P3
tests
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
`NexmarkConfiguration` object is not immutable, and is arbitrarily changed in different parts making tracking of state changes hard and error prone.
Also it has some repeated configuration options that exist in `NexmarkOptions` too. Those should be removed and let only in one place, ideally NexmarkOptions.
Imported from Jira [BEAM-4433](https://issues.apache.org/jira/browse/BEAM-4433). Original Jira may contain additional context.
Reported by: iemejia.
Contributor guide
Assessment
This issue has not been assessed yet.