This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch pat-fix
in repository https://gitbox.apache.org/repos/asf/iggy.git
from df0c88db8 Merge branch 'master' into pat-fix
add c9a2eb80f feat(python): add AsyncIterator interface to IggyConsumer
(#2552)
add 9c97fac6f Merge branch 'master' into pat-fix
No new revisions were added by this update.
Summary of changes:
foreign/python/Cargo.toml | 1 +
foreign/python/apache_iggy.pyi | 23 ++++++++++++--
foreign/python/src/client.rs | 28 +++++++++++------
foreign/python/src/consumer.rs | 29 +++++++++++------
foreign/python/src/iterator.rs | 59 +++++++++++++++++++++++++++++++++++
foreign/python/src/lib.rs | 3 ++
foreign/python/src/receive_message.rs | 15 ++++-----
foreign/python/tests/test_iggy_sdk.py | 47 ++++++++++++++++++++++++++--
8 files changed, 172 insertions(+), 33 deletions(-)
create mode 100644 foreign/python/src/iterator.rs