iggy-rs / iggy-python-client

Official Python client SDK for Iggy.rs message streaming.
https://pypi.org/project/iggy-py/
MIT License
18 stars 7 forks source link

Minamalistic implementation for adding a Consumer to `poll_messages` #5

Open jbcurtin opened 11 months ago

jbcurtin commented 11 months ago

This Pull Request adds the ability to specify a Consumer ID via poll_messages. Adding new objects/structs to the Python layer which directly map to Iggy structs. Meant only to be used in configuration, all Python Objects are converted into Rust Objects when initialized.