You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/13 23:07:02 UTC

[jira] [Commented] (KAFKA-5442) Streams producer `client.id` are not unique for EOS

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

ASF GitHub Bot commented on KAFKA-5442:
---------------------------------------

GitHub user mjsax opened a pull request:

    https://github.com/apache/kafka/pull/3329

    KAFKA-5442: Streams producer client.id are not unique for EOS

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mjsax/kafka kafka-5442-producer-id-conflict

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3329.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3329
    
----
commit f1162dbe5f41d40f644189af5fab3bb171ed9444
Author: Matthias J. Sax <ma...@confluent.io>
Date:   2017-06-13T23:05:11Z

    KAFKA-5442: Streams producer client.id are not unique for EOS

----


> Streams producer `client.id` are not unique for EOS
> ---------------------------------------------------
>
>                 Key: KAFKA-5442
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5442
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 0.11.0.0
>            Reporter: Matthias J. Sax
>            Assignee: Matthias J. Sax
>            Priority: Blocker
>             Fix For: 0.11.0.0
>
>
> Wth producer per task model in EOS, producer `client.id` must encode `task.id` to make IDs unique. Currently, only thread-id is encoded resulting in naming conflict.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)