sociomantic-tsunami / dlsproto

Distributed Log Store protocol definition, client, fake node, and tests
Boost Software License 1.0
3 stars 18 forks source link

Add DlsClient constructor accepting neo but not legacy configuration #74

Closed nemanja-boric-sociomantic closed 6 years ago

nemanja-boric-sociomantic commented 6 years ago

In case legacy configuration is not needed to be configured through the Config file, the new constructor may be used that still initializes legacy protocol, but accepts config file only for the Neo.

nemanja-boric-sociomantic commented 6 years ago

Updated with all comments addressed.