iggy-rs / iggy-python-client

Official Python client SDK for Iggy.rs message streaming.
MIT License
15 stars 6 forks source link

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

Open jbcurtin opened 8 months ago

jbcurtin commented 8 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.