Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Service Reorganization #34

Open
JaimeStill opened this issue Mar 8, 2023 · 0 comments
Open

Sync Service Reorganization #34

JaimeStill opened this issue Mar 8, 2023 · 0 comments
Assignees

Comments

@JaimeStill
Copy link
Owner

Refactor SyncService<T> to SyncConnection<T> to facilitate using the Service suffix to encapsulate service endpoints.

The features this will facilitate are service discovery, service availability, and encapsulating group functionality by service.

SyncGroupProvider will be refactored to be SyncServiceManager and will provide implementation for the above features.

Create REST endpoints for:

  • providing a list of services with their metadata along with their availability
  • checking the availability of a specific service

Create socket events specific to changes in service availability.

@JaimeStill JaimeStill self-assigned this Mar 8, 2023
@JaimeStill JaimeStill moved this to Todo in Azure Demo Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant