This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch bump-sdk
in repository https://gitbox.apache.org/repos/asf/iggy.git
from aaacaa04f chore(rust): bump sdk, common, binary_protocol, server patch
versions
add 7b79dbdc4 feat(python): expose consumer group delete join and leave
APIs (#3607)
add e9c370e26 Merge branch 'master' into bump-sdk
No new revisions were added by this update.
Summary of changes:
core/integration/tests/sdk/consumer_group.rs | 163 ++++++++++++
core/integration/tests/sdk/mod.rs | 1 +
core/sdk/src/clients/consumer.rs | 29 ++
foreign/python/apache_iggy.pyi | 71 +++++
foreign/python/src/client.rs | 113 ++++++++
foreign/python/tests/test_consumer_group.py | 384 +++++++++++++++++++++++++++
6 files changed, 761 insertions(+)
create mode 100644 core/integration/tests/sdk/consumer_group.rs