You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reference in the list passed as the first contructor arg isn't dereferenced. Then when an attempt is made to instantiate MyClass in org.apache.storm.flux.FluxBuilder.buildObject, the first parameter is passed as an ArrayList of LinkedHashMap and an exception is thrown.
I can look at fixing this and making a pull request. Should that be done over in the main Storm project now that Flux is an external?
Alternatively, would you consider Flux providing the option of using Spring as a way to load components? e.g.
When specifying a component such as myComponent in the following config yaml:
The reference in the list passed as the first contructor arg isn't dereferenced. Then when an attempt is made to instantiate MyClass in org.apache.storm.flux.FluxBuilder.buildObject, the first parameter is passed as an ArrayList of LinkedHashMap and an exception is thrown.
I can look at fixing this and making a pull request. Should that be done over in the main Storm project now that Flux is an external?
Alternatively, would you consider Flux providing the option of using Spring as a way to load components? e.g.
The text was updated successfully, but these errors were encountered: