You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "Robert Douglas (JIRA)" <ji...@apache.org> on 2014/09/18 17:32:33 UTC

[jira] [Created] (STREAMS-178) LinkResolverProcessor should return a set of unwound links

Robert Douglas created STREAMS-178:
--------------------------------------

             Summary: LinkResolverProcessor should return a set of unwound links
                 Key: STREAMS-178
                 URL: https://issues.apache.org/jira/browse/STREAMS-178
             Project: Streams
          Issue Type: Bug
            Reporter: Robert Douglas


The LinkResolverProcessor currently returns unwound links in a List. This is problematic because in the event that more than one of the shortened links results in the same unwound link, we end up with a list of duplicates. To mediate this issue, the LinkResolverProcessor's unwind function should return a Set of unwound links, guaranteeing that they are all unique.



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