01-Mgmt¶
¶
Tmq: drop lost consumers
1. verifying that the boundary and valid values of session_timeout_ms are in effect
2. verifying that the boundary and valid values of max_poll_interval_ms are in effect
3. verifying that consumer will be closed when the session_timeout_ms and max_poll_interval_ms is expired
¶
Tmq: force drop topic
1. Create db
2. Create supper table and sub table
3. Insert data into sub table
3. Create topic and consume data from sub table
4. Force drop topic, check the consumer status in another topic, it will be still active
¶
Tmq manager drop stb
1. Create database and stable
2. Create topic from database
3. Insert data into stable
4. Start consume processor
5. Drop stable
6. Check consume result expected
7. Drop topic
¶
Tmq manager show
1. Create database and stable
2. Create topics
3. Insert data into stables
4. Start tmq_sim process to consume data
5. Check show topics, show consumers, show subscriptions
6. Drop topics
¶
Tmq manager topic
1. Create, delete, show topics
2. Create topics of database type, super table type, and batch query type