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)