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/03/19 06:01:45 UTC

[jira] [Updated] (SAMZA-194) createStreamPartitionString should not use characters that overlap with uris

     [ https://issues.apache.org/jira/browse/SAMZA-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan updated SAMZA-194:
------------------------------

    Attachment: SAMZA-194.patch

Patch.

> createStreamPartitionString should not use characters that overlap with uris
> ----------------------------------------------------------------------------
>
>                 Key: SAMZA-194
>                 URL: https://issues.apache.org/jira/browse/SAMZA-194
>             Project: Samza
>          Issue Type: Improvement
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>         Attachments: SAMZA-194.patch
>
>
> Right now when we build the partition string for the container we use colons and slashes to delimit.  This clashes with URIs, meaning we can't encode URIs a streams.  Instead of : and / we should use ; and #, for example, respectively.



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