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 2013/11/07 20:09:17 UTC

[jira] [Commented] (SAMZA-77) ClientUtils: random client id isn't actually random

    [ https://issues.apache.org/jira/browse/SAMZA-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816284#comment-13816284 ] 

Jakob Homan commented on SAMZA-77:
----------------------------------

This bug is actually repeated twice above that location, on lines 81 and 82.

> ClientUtils: random client id isn't actually random
> ---------------------------------------------------
>
>                 Key: SAMZA-77
>                 URL: https://issues.apache.org/jira/browse/SAMZA-77
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Jakob Homan
>              Labels: newbie
>
> ClientUtils:94
> {code}
>   def getKafkaSystemProducerConfig(
>     systemName: String,
>     clientId: String = "undefined-samza-producer-" format UUID.randomUUID.toString,{code}
> attempts to create a random kafka client but because there's no {{%s}} to interpolate the random UUID, the string is actually the same and the format call is actually a no-op.  Need that {{%s}}



--
This message was sent by Atlassian JIRA
(v6.1#6144)