You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/01/18 02:40:26 UTC

[jira] [Created] (STORM-2300) [Flux] support list of references

Jungtaek Lim created STORM-2300:
-----------------------------------

             Summary: [Flux] support list of references
                 Key: STORM-2300
                 URL: https://issues.apache.org/jira/browse/STORM-2300
             Project: Apache Storm
          Issue Type: Improvement
          Components: Flux
    Affects Versions: 2.0.0, 1.1.0
            Reporter: Jungtaek Lim
            Assignee: Jungtaek Lim


There're many methods which receive list of objects (also array of objects with varargs) which object is not basic type of yaml.
(STORM-2297 is one of the case, though STORM-2297 is just going to fix storm-opentsdb itself.)

It would be better to support reference list so that it can support method which argument is List<Type>, Type[], Type... (varargs).
(Flux can automatically convert List to Array while assigning.)



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