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

[jira] [Commented] (KAFKA-5549) Explain that `client.id` is just used as a prefix within Streams

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

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

GitHub user PranavManiar opened a pull request:

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

    KAFKA-5549 : Explain that 'client.id' is just used as a prefix within Streams

    - Added new String CLIENT_ID_DOC in StreamsConfig for explanation

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

    $ git pull https://github.com/PranavManiar/kafka trunk

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

    https://github.com/apache/kafka/pull/3544.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 #3544
    
----
commit e7e88110f68445ff6ebdbcf2fc94f8c7e3e25cc2
Author: Pranav Maniar <pr...@gmail.com>
Date:   2017-07-18T11:46:15Z

    KAFKA-5549 : Explain that 'client.id' is just used as a prefix within Streams
    
    - Added new String CLIENT_ID_DOC in StreamsConfig for explanation

----


> Explain that `client.id` is just used as a prefix within Streams
> ----------------------------------------------------------------
>
>                 Key: KAFKA-5549
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5549
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Matthias J. Sax
>            Priority: Trivial
>              Labels: beginner, newbie
>
> We should explain, that {{client.id}} is used as a prefix for internal consumer, producer, and restore-consumer and not reuse {{CommonClientConfigs.CLIENT_ID_DOC}} within {{StreamsConfig}}



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