slbotbm opened a new pull request, #3102:
URL: https://github.com/apache/iggy/pull/3102
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements. You can link an issue to this PR using the GitHub syntax. For
example `Closes #123` indicates that this PR will close issue #123.
-->
Works toward completion of #2100
## Rationale
This PR adds functions related to the system, and tests for previously
untested functions.
## What changed?
This PR adds:
- The following functions and their tests:
- get_stats
- get_me
- get_client
- get_clients
- ping
- heartbeat_interval
- snapshot
- purge_stream (TODO)
- purge_topic (TODO)
- tests for join_consumer_group and leave_consumer_group (TODO)
The places labelled TODO will be completed after merging of #3046.
## Local Execution
- Passed
- Pre-commit hooks ran
<!--
You must run your code locally before submitting.
"Relying on CI" is not acceptable - PRs from authors who haven't run the
code will be closed.
Did you have `prek` installed? It runs automatically on commit and covers
all project languages. See
[CONTRIBUTING.md](https://github.com/apache/iggy/blob/master/CONTRIBUTING.md).
-->
## AI Usage
If AI tools were used, please answer:
1. Which tools? (e.g., GitHub Copilot, Claude, ChatGPT) codex
2. Scope of usage? (e.g., autocomplete, generated functions, entire
implementation) code generation based on explicit instructions given by me.
3. How did you verify the generated code works correctly? ran the tests,
read through and understood the generated code
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]