GGraziadei opened a new issue, #8710: URL: https://github.com/apache/storm/issues/8710
`FluxBuilder` currently lacks support for per-component configuration because it evaluates the config block only at the global topology scope. While it successfully applies parameters like parallelism, memory, CPU, number of tasks, and groupings to ComponentDeclarer instances, forcing users to enable all other configurations topology-wide violates storm best practices for component isolation. To align Flux with storm's native capabilities, `BoltDef` and `SpoutDef` should be refactored to include a per-component config map that `FluxBuilder` can apply directly via `declarer.addConfigurations(...)`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
