. NET Kafka.client multiple consumer group does not fully cover the topic Consumption research Summary (II)

Source: Internet
Author: User

Based on the rebalance strategy of partition and consumer, find the Kafka.client rebalance code block, restore the local environment, track debugging, discover the custom consumer Group Consumer are not assigned to Partionid, such as,

Based on this, the basic can be located to different groups consumer cannot cover partition problem root.

Read the rebalance code carefully, and found that kafka.client in obtaining consumer, did not filter according to group, get the consumer of all groups, such as

(There are only two different groups of consumer types, each consumer generates five consumerthreadid for overwriting partition)

Locate the Curconsumer variable, get it from the Consumerpertopicmap, and find the implementation of the Consumerpertopicmap

There's really no filtering here.

Add Group Filter code. Problem solving.

. NET Kafka.client multiple consumer group does not fully cover the topic Consumption research Summary (II)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.