grc-iit / symbios

0 stars 0 forks source link

Throw error message if io clients cant connect to storage solutions #44

Open hariharan-devarajan opened 4 years ago

hariharan-devarajan commented 4 years ago

When we load server.cpp (constructor). It initializes all components. During that phase please ensure the constructor of each storage client is called (based on the configuration) from the factory. On init of each io client, if path is non existance for file_io or redis cannot connect or mongo cannot connect. Please throw an error with a proper error message.