[
https://issues.apache.org/jira/browse/CAMEL-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16068119#comment-16068119
]
ASF GitHub Bot commented on CAMEL-11473:
----------------------------------------
GitHub user yuruki opened a pull request:
https://github.com/apache/camel/pull/1798
CAMEL-11473: camel-kafka - Use unique groupId by default
https://issues.apache.org/jira/browse/CAMEL-11473
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yuruki/camel kafka-groupid
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1798.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 #1798
----
commit 0df20f1ff34ef1317ff1001ec3488e9e4aa4728c
Author: Ruuskanen Jyrki <[email protected]>
Date: 2017-06-29T10:13:35Z
Use unique groupId by default
----
> camel-kafka - Use unique groupId by default
> -------------------------------------------
>
> Key: CAMEL-11473
> URL: https://issues.apache.org/jira/browse/CAMEL-11473
> Project: Camel
> Issue Type: Improvement
> Components: camel-kafka
> Reporter: Jyrki Ruuskanen
> Priority: Minor
>
> In the spirit of providing useful defaults instead of error messages
> camel-kafka consumer should generate a unique groupId if one is not given.
> This way {{from("kafka:host:9092?topic=test")}} consumers would behave in a
> pub-sub manner, and {{from("kafka:host:9092?topic=test&groupId=something}}
> consumers would behave like, well, like consumer groups on kafka do.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)