slbotbm opened a new pull request, #4180:
URL: https://github.com/apache/iggy/pull/4180

   ## Which issue does this PR address?
   
   <!--
   We generally require a GitHub issue for all bug fixes and enhancements. Link 
it with GitHub syntax, keep the line that applies and delete the other:
   - `Closes #123` auto-closes the issue when this PR merges (full fix).
   - `Relates to #123` links without closing (partial or related work).
   -->
   
   Closes #
   Relates to #2100 
   
   ## Rationale
   
   Contributes to completeness of cpp high level client
   
   ## What changed?
   
   Add the following functions:
   - CreateConsumerGroup
   - GetConsumerGroup
   - GetConsumerGroups
   - LeaveConsumerGroup
   - DeleteConsumerGroup
   - LeaveConsumerGroup
   - StoreConsumerOffset
   - GetConsumerOffset
   - DeleteConsumerOffset
   
   and their associated data structs. Also add tests for consumer offset 
functions that were previously untested.
   
   ## Local Execution
   
   - Passed 
   - Pre-commit hooks ran 
   
   
   ## AI Usage
   
   If AI tools were used, please answer:
   1. Which tools? codex
   2. Scope of usage? code generation
   3. How did you verify the generated code works correctly? read through it, 
tested it, and guided creation
   4. Can you explain every line of the code if asked? yes
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to