jonhoo / faktory-rs

Rust bindings for Faktory clients and workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing function Producer::connect_env

blankenshipz opened this issue · comments

Somewhat like #11 the Producer::connect_env does not seem to exist but is mentioned in the documentation; unlike #11 this functionality does not seem to exist elsewhere?

@blankenshipz Does Producer::connect(None) not do what you want (specifically, it uses FAKTORY_PROVIDER and FAKTORY_URL from the enviornment)? You're right that the docs should be updated to not talk about connect_env anymore though!