JimmyWang6 commented on PR #19820:
URL: https://github.com/apache/kafka/pull/19820#issuecomment-3074520986

   Hi @AndrewJSchofield ,
   I have improved the error handling structure, and I'm wondering if we need 
to distinguish between a non-existent group and a consumer group. Currently, 
I'm just printing "Share group 'xx' does not exist" for both cases. Here are my 
test results:
   
   - Attempt to reset offsets for a consumer group
   
   <img width="1399" height="116" alt="image" 
src="https://github.com/user-attachments/assets/8e5a8f00-4638-45da-a5b9-247c80990c72";
 />
   
   - Attempt to reset offsets for a non-existent group
   
   <img width="1313" height="103" alt="image" 
src="https://github.com/user-attachments/assets/09e89680-b50f-45e4-944c-a0f4e9ea5f31";
 />
   
   - Attempt to reset offsets when there are members in the share group
   
   <img width="1158" height="122" alt="image" 
src="https://github.com/user-attachments/assets/5e8bd4ab-b13b-430d-9187-96368bef1880";
 />
   
   
   - Attempt to reset offsets for non-existent topic
   
   <img width="1415" height="109" alt="image" 
src="https://github.com/user-attachments/assets/499a4336-c08e-4267-9bf1-603da3fd45fd";
 />
   
   - Attempt to reset offsets for existing topic which is not subscribed in the 
share group
   
   <img width="1376" height="85" alt="image" 
src="https://github.com/user-attachments/assets/90c9267b-9f6b-4876-806f-4bc016b4c057";
 />
   
   - Success to reset offsets to ealiest
   
   <img width="1428" height="116" alt="image" 
src="https://github.com/user-attachments/assets/873525f4-1189-462e-b538-e235df0aec68";
 />
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to