tencent cloud

TDMQ for CKafka

Release Notes and Announcements
Release Notes
Broker Release Notes
Announcement
Product Introduction
Introduction and Selection of the TDMQ Product Series
What Is TDMQ for CKafka
Strengths
Scenarios
Technology Architecture
Product Series Introduction
Apache Kafka Version Support Description
Comparison with Apache Kafka
High Availability
Use Limits
Regions and AZs
Related Cloud Services
Billing
Billing Overview
Pricing
Billing Example
Changing from Postpaid by Hour to Monthly Subscription
Renewal
Viewing Consumption Details
Overdue Payments
Refund
Getting Started
Guide for Getting Started
Preparations
VPC Network Access
Public Domain Name Access
User Guide
Usage Process Guide
Configuring Account Permission
Creating Instance
Configuring Topic
Connecting Instance
Managing Messages
Managing Consumer Group
Managing Instance
Changing Instance Specification
Configuring Traffic Throttling
Configuring Elastic Scaling Policy
Configuring Advanced Features
Viewing Monitoring Data and Configuring Alarm Rules
Synchronizing Data Using CKafka Connector
Use Cases
Cluster Resource Assessment
Client Practical Tutorial
Log Integration
Open-Source Ecosystem Integration
Replacing Supporting Route (Old)
Migration Guide
Migration Solution Overview
Migrating Cluster Using Open-Source Tool
Troubleshooting
Topics
Clients
Messages
​​API Reference
History
Introduction
API Category
Making API Requests
Other APIs
ACL APIs
Instance APIs
Routing APIs
DataHub APIs
Topic APIs
Data Types
Error Codes
SDK Reference
SDK Overview
Java SDK
Python SDK
Go SDK
PHP SDK
C++ SDK
Node.js SDK
SDK for Connector
Security and Compliance
Permission Management
Network Security
Deletion Protection
Event Record
CloudAudit
FAQs
Instances
Topics
Consumer Groups
Client-Related
Network-Related
Monitoring
Messages
Agreements
CKafka Service Level Agreements
Contact Us
Glossary
문서TDMQ for CKafkaUser GuideConfiguring TopicManaging TopicViewing Subscription Relationships of a Topic

Viewing Subscription Relationships of a Topic

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-01-20 16:52:40
The subscription relationships of a topic display the subscription status of all current consumer groups, including the list of consumer groups, online status, and partition assignment. By viewing the information, you can confirm whether messages are being consumed normally, promptly identify abnormal topics with no consumer subscription, and assess the impact scope of business changes. This document describes the operation steps to view subscription relationships of a topic in the TDMQ for CKafka (CKafka) console.

Operation Steps

1. Log in to the CKafka console.
2. In the left sidebar, click Instance List, and click ID/Name of the target instance to go to the instance details page.
3. On the instance details page, click the Topic List tab. On the topic list page, click More > Subscription in the Operation column to view information about the consumer group subscribed to this topic, and configure consumer group offsets or view consumer group details.

Parameter
Description
Consumer Group Name
The name of the consumer group subscribed to this topic.
Status
Current status of the consumer group.
Dead: No members exist in the consumer group and no metadata is present.
Empty: No members exist in the consumer group, but metadata is present. If all offsets in the group have expired, the consumer group will become Dead. Generally, a newly created group is in the Empty status by default.
Note:
If all consumers in the consumer group are client types committed by self-managed offsets such as Flink or Spark, the status may be displayed as Empty.
PreparingRebalance: Prepare to enable a rebalance (for example, a consumer joins/exits).
CompletingRebalance: All members have joined the consumer group.
Stable: Members in the consumer group can consume normally.
Protocol Type
Consumer: indicates that the consumer is a regular consumer. Consumption records are stored on the server, and subscription relationships are displayed normally on the console.
Note:
If a consumer uses Flink or Spark for consumption with the assign mode, consumption records are maintained by the client and are not submitted to the server; therefore, subscription relationships will not be displayed in the console.
Balancing Algorithm
Partition assignment policy for consumer groups:
Range: assigns partitions in sequential order by partition numbers, assigning consecutive partitions to each consumer.
RoundRobin: assigns all partitions and consumers in a sequential round-robin fashion to achieve as even a distribution as possible.
Sticky: strives to preserve the existing assignment, adjusting only when necessary (such as when consumers are added or removed), to minimize the cost of partition migration.
Operation
On the Subscription Relationship page, you can perform the following operations:
Offset Settings: Reset the consumption offset of a consumer group. For detailed information, see Viewing and Manually Resetting a Consumption Offset.
View Consumer Details: View details of all consumers in a consumer group. For detailed information, see Viewing Consumer Group Details.


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백