View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (4 forks)auto 404
Version 1.0enhancementgood first issue

Repository metrics

Stars
 (88 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently we Nelly only supports to load a config file from the local filesystem. We should add the option to load a configuration file via HTTPS.

-> Add a new class that implements NellyConfigLoader that load the file via https from remote -> Implement the HTTP loading if the file path begins with https:// -> Add error handling

Contributor guide