Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
digikata opened this issue Aug 30, 2024 · 2 comments
Open

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

digikata opened this issue Aug 30, 2024 · 2 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@digikata
Copy link
Contributor

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
Copy link

Can i work on this

@morenol
Copy link
Contributor

morenol commented Sep 3, 2024

Can i work on this

Sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants