Bug Report
Expected behavior/code
When selecting the ldp backend from the CLI, we expect to be able to set the stream we are targeting with an explicit option name.
Actual Behavior
The --ldp-stream-id does not exist. I suppose Ralph expects this option to be set via the --ldp-default-stream-id option.
Steps to Reproduce
$ ralph list -b ldp --help
Environment
- Ralph version: 4.1.0
- Platform: GNU/Linux
Possible Solution
Rename the LDPDataBackendSettings.DEFAULT_STREAM_ID setting to LDPDataBackendSettings.STREAM_ID
Bug Report
Expected behavior/code
When selecting the
ldpbackend from the CLI, we expect to be able to set the stream we are targeting with an explicit option name.Actual Behavior
The
--ldp-stream-iddoes not exist. I suppose Ralph expects this option to be set via the--ldp-default-stream-idoption.Steps to Reproduce
Environment
Possible Solution
Rename the
LDPDataBackendSettings.DEFAULT_STREAM_IDsetting toLDPDataBackendSettings.STREAM_ID