You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2014/07/08 01:15:34 UTC

[jira] [Created] (SAMZA-324) Better SystemStreamPartition toString

Jakob Homan created SAMZA-324:
---------------------------------

             Summary: Better SystemStreamPartition toString
                 Key: SAMZA-324
                 URL: https://issues.apache.org/jira/browse/SAMZA-324
             Project: Samza
          Issue Type: Improvement
            Reporter: Jakob Homan


Right now toString on SystemStreamPartition looks like this:
{noformat}SystemStreamPartition [partition=Partition [partition=0], system=wikipedia, stream=#en.wikinews]{noformat}
This isn't great (wrong order, very wordy), particularly when there are lots of them.
A better option might be:
{noformat}SystemStreamPartition(TheSystem, TheStream, ThePartitionId){noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)