[
https://issues.apache.org/jira/browse/SAMZA-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Naveen updated SAMZA-324:
-------------------------
Attachment: SAMZA-324.patch
> Better SystemStreamPartition toString
> -------------------------------------
>
> Key: SAMZA-324
> URL: https://issues.apache.org/jira/browse/SAMZA-324
> Project: Samza
> Issue Type: Improvement
> Reporter: Jakob Homan
> Assignee: Naveen
> Labels: newbie
> Attachments: SAMZA-324.patch
>
>
> 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)