<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Can I use same consumer group Id for two different topic? Also, how many consumer will be created in one group id? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229887#M191740</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/23168/shailendra1lohia.html" nodeid="23168"&gt;@Shailendra Lohia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And yes, you could use the same group ID for many different topics, if you want. For Kafka that would be transparent, as it would just be totally different 'keys' (topic:consumer_group_id) to Kafka&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2017 16:44:03 GMT</pubDate>
    <dc:creator>jknulst</dc:creator>
    <dc:date>2017-08-30T16:44:03Z</dc:date>
    <item>
      <title>Can I use same consumer group Id for two different topic? Also, how many consumer will be created in one group id?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229885#M191738</link>
      <description>&lt;P&gt;There are two different topic and each topic have 30 partitions and two different producer is producing data in these topics. Also, there are two different kafka consumer but with same group Id. Will it create any problem? Also, how many consumer instance will be created under one group id? Please help me to understand this.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 09:33:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229885#M191738</guid>
      <dc:creator>shailendra1_loh</dc:creator>
      <dc:date>2017-08-29T09:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use same consumer group Id for two different topic? Also, how many consumer will be created in one group id?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229886#M191739</link>
      <description>&lt;P&gt;Hi Shailendra,&lt;/P&gt;&lt;P&gt;Having 2 Kafka consumers with the same group ID will be just fine. This is by design actually. Kafka internals will try to load balance the topic consumption between any consumers registering on the group ID.&lt;/P&gt;&lt;P&gt;The number of consumers per group ID is not bound to anything, you can have as many as you want. Usually the consuming application (like Storm) sets/decides this. For optimal performance you would typically have as many consumers registering for a group ID as there are topic partitions. That way, a consumer would not have to switch between multiple assigned partitions, but would just stick to consuming from the same partition during its life span, which is most efficient.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 16:38:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229886#M191739</guid>
      <dc:creator>jknulst</dc:creator>
      <dc:date>2017-08-30T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use same consumer group Id for two different topic? Also, how many consumer will be created in one group id?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229887#M191740</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/23168/shailendra1lohia.html" nodeid="23168"&gt;@Shailendra Lohia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And yes, you could use the same group ID for many different topics, if you want. For Kafka that would be transparent, as it would just be totally different 'keys' (topic:consumer_group_id) to Kafka&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 16:44:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229887#M191740</guid>
      <dc:creator>jknulst</dc:creator>
      <dc:date>2017-08-30T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use same consumer group Id for two different topic? Also, how many consumer will be created in one group id?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229888#M191741</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/23168/shailendra1lohia.html" nodeid="23168"&gt;@Shailendra Lohia&lt;/A&gt; Please mark the question as answered if sufficiently answered, thank you&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 16:17:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/229888#M191741</guid>
      <dc:creator>jknulst</dc:creator>
      <dc:date>2017-09-04T16:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use same consumer group Id for two different topic? Also, how many consumer will be created in one group id?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/393525#M248466</link>
      <description>&lt;P&gt;I have configured one consumer group_id associated with multiple (around 10)&amp;nbsp; topics listening and producing messages to each other - sometimes not listening messages&amp;nbsp; and producer saying produced successfully&lt;/P&gt;&lt;P&gt;Note : It's failing listening randomly like sometimes service1 won't listen sometimes service1 listen and service2 won't listen&amp;nbsp; and so on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:20:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-use-same-consumer-group-Id-for-two-different-topic/m-p/393525#M248466</guid>
      <dc:creator>Balaguru</dc:creator>
      <dc:date>2024-09-16T12:20:07Z</dc:date>
    </item>
  </channel>
</rss>

