WaveBeans / wavebeans

Audio Processing. On scale.
https://wavebeans.io
Apache License 2.0
24 stars 0 forks source link

Create separate launcher project for distributed execution #64

Open asubb opened 4 years ago

asubb commented 4 years ago

:exe is distributed also as maven dependency, but currently it has some dependencies that are required only when it is run as a separate process. I.e. logger implementation there may interfere with the user logging system, and configuration parser is quite heavy overall for no reason.

The idea is to move out the launchers with related dependencies out of the scope of the :exe: