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

Guozhang Wang resolved KAFKA-2707.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.0.0

Issue resolved by pull request 408
[https://github.com/apache/kafka/pull/408]

> Make KStream processor names deterministic
> ------------------------------------------
>
>                 Key: KAFKA-2707
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2707
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Yasuhiro Matsuda
>             Fix For: 0.9.0.0
>
>
> Currently KStream processor names are generated from AtomicInteger static 
> member of KStreamImpl. It is incremented every time a new processor is 
> created. The problem is the name depends on the usage history of its use in 
> the same JVM, thus the corresponding processors may have different names in 
> different processes. It makes it difficult to debug. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to