Depends on D3612
I think we should separate reactors' code and clients' code(there may be more clients in the future).
Differential D3532
[services] Backup - Move Service Blob Client • karol on Mar 29 2022, 4:39 AM. Authored by Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions Shouldn't we also update the imports? I'm not sure if Communication name is ok... it's not obvious why the client is moved from client directory to Communication. Also, Communication sounds like a place where e.g. reactors could live. Comment Actions CMake seems to handle them properly.
The idea was to store the reactor classes in the Reactors directory. But ServiceBlobClient is not a reactor class so I wanted to keep it in a separate location. src/client could work, but maybe something more descriptive, like src/grpc-client? So there's also an information for what that client will be used? Comment Actions
Good idea! src/grpc-client will work well
|