Karl Richter created STORM-1048:
-----------------------------------

             Summary: Add generic type to conf arugment of ISpout.open
                 Key: STORM-1048
                 URL: https://issues.apache.org/jira/browse/STORM-1048
             Project: Apache Storm
          Issue Type: Improvement
    Affects Versions: 0.10.0
            Reporter: Karl Richter


Changing the signature of `ISpout.open` from `void open(Map conf, 
TopologyContext context, SpoutOutputCollector collector)` to `void 
open(Map<Object,Object> conf, TopologyContext context, SpoutOutputCollector 
collector)` would allow, but not force callers to write typesafe code. The 
change should be backwards compatible because callers can ignore it like storm 
currently does in the `ISpout` interface.

I volunteer to do it in the complete source.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to