cerc-io / laconicd-deprecated

Read-only mirror of https://git.vdb.to/cerc-io/laconicd-deprecated
https://git.vdb.to/cerc-io/laconicd-deprecated
GNU Lesser General Public License v3.0
6 stars 8 forks source link

Registry record types are hard coded #107

Closed dboreham closed 1 year ago

dboreham commented 1 year ago

The types of records stored in the registry (e.g. service definitions, container images, npm packages) are currently defined in source code files here.

This is problematic because the definition of a new type will require a new binary to be built and released.

These type definitions should be defined as data, not in the binary, and able to be added at runtime.

telackey commented 1 year ago

https://git.vdb.to/cerc-io/laconicd/issues/107