infinyon / fluvio-client-python

The Fluvio Python Client!
https://infinyon.github.io/fluvio-client-python/fluvio.html
Apache License 2.0
13 stars 12 forks source link

Add `topic_producer_with_config(...)` method to python client #468

Open digikata opened 4 weeks ago

digikata commented 4 weeks ago

Rust client docs for topic_producer_with_config

https://docs.rs/fluvio/latest/fluvio/struct.Fluvio.html#method.topic_producer_with_config

The config builder TopicProduceConfigBuilder will also need to be bound https://docs.rs/fluvio/latest/fluvio/struct.TopicProducerConfigBuilder.html

This will allow python client users to configure producer options like produce batch size https://docs.rs/fluvio/latest/fluvio/struct.TopicProducerConfigBuilder.html#method.batch_size

keerthi5465 commented 3 weeks ago

Can i work on this

morenol commented 3 weeks ago

Can i work on this

Sure!