Doesn't work when user has no permissions on PULSAR_HOME
Closed this issue ยท 0 comments
mtylty commented
When the PULSAR_HOME
is not accessible for some reason Pulsar breaks down miserably ๐
This is caused by Dotenv's load method that raises and exception when it cannot read the env file.
This is bad because it should ignore the env file altogether in case somebody wants to use only the command line options to specify the configuration.