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

Consensus Data Structures need to accept input while not attached #1189

Closed
skylerjokiel opened this issue Feb 6, 2020 · 1 comment
Closed
Labels
area: dds Issues related to distributed data structures area: repo Repo related work
Milestone

Comments

@skylerjokiel
Copy link
Contributor

Currently Consensus Data Structures don't have the ability to be written to when they are not connect. This is a problem if you want to create one with initial state before you persist it.

These data structures should be able to be written to either when registered and connected or when not-registered.

@skylerjokiel skylerjokiel added the area: dds Issues related to distributed data structures label Feb 6, 2020
@skylerjokiel skylerjokiel added this to the OSS milestone Feb 6, 2020
@markfields markfields modified the milestones: Public Alpha, Next 2020 Apr 20, 2020
@danielroney danielroney added the area: repo Repo related work label May 7, 2020
@jatgarg
Copy link
Contributor

jatgarg commented Aug 6, 2020

Consensus dds now works in detached container mode.

@jatgarg jatgarg closed this as completed Aug 6, 2020
@danielroney danielroney modified the milestones: Next, August 2020 Oct 6, 2020
This was referenced Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds Issues related to distributed data structures area: repo Repo related work
Projects
None yet
Development

No branches or pull requests

4 participants