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

Store list in AsyncEtcd #1772

Closed
fregataa opened this issue Dec 9, 2023 · 1 comment
Closed

Store list in AsyncEtcd #1772

fregataa opened this issue Dec 9, 2023 · 1 comment
Assignees

Comments

@fregataa
Copy link
Member

fregataa commented Dec 9, 2023

Main idea

Currently, ai.backend.common.etcd.AsyncEtcd cannot store and retrieve list type data. We need a list data serializer so that we can store and retrieve data with complex structures in AsyncEtcd.

Anything else?

etcd3 API PUT does not support to store array value. We need to discuss further how we should store array type data.

@fregataa fregataa added the type:feature Add new features label Dec 9, 2023
@fregataa fregataa changed the title AsyncEtcd input serializer/validator Store list in AsyncEtcd Dec 9, 2023
This was referenced Dec 20, 2023
@achimnol
Copy link
Member

This is superseded by #1870 and improved trafaret checks in the container registries (#1471), but now they are also being migrated to Postgres (#1907).

@achimnol achimnol closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2024
@achimnol achimnol removed the type:feature Add new features label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants