Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-1370

StreamTupleExtractor should allow extracting multiple tuples from a single event

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • ignite-1.4
    • 1.5.0.final
    • streaming
    • None

    Description

      Currently the StreamTupleExtractor interface contains a single method:

      public Map.Entry<K, V> extract(T msg);
      

      Which only allows extracting a single Entry from an incoming event.

      In real life, it could be that an event contains multiple entries.

      Attachments

        Activity

          People

            raulvk Raúl Kripalani
            raulvk Raúl Kripalani
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: