Make APE-Chain
a part of frostfs-api
#80
Labels
No labels
P0
P1
P2
P3
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api#80
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, Chain is a standalone entity that is defined within policy-engine package.
At the same time, the entity Chain is also introduced in
frostfs-sdk-go
but SDK has no idea about real chain's internals:Thus, that causes some difficulties between client-server interaction because non-GO client implementation is required to mirror
policy-engine
package and support the same data serialization/deserialization.So, we should introduce Chain in
frostfs-api
and use generated types withinfrostfs-sdk-go
andpolicy-engine
.Make APE-to Make APE-Chain
as a part offrostfs-api
Chain
a part offrostfs-api
We should not use generated types in
policy-engine
.It exists as is, schema in this repo is purely for client-node communication.