Add topic_producer_with_config(...)
method to python client
#468
Labels
topic_producer_with_config(...)
method to python client
#468
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.htmlThis 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
The text was updated successfully, but these errors were encountered: