Provide ID to resources #56
Unanswered
asimpleidea
asked this question in
Ideas
Replies: 1 comment
-
Just to clarify @SunSince90, we're moving forward with this with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Different service registries have different method to store an object and index it.
For example:
locations/<location>/projects/<project-id>/namespace/<namespace/etc/<etc.>
/prefix/namespaces/<namespace>/etc/<etc.>
my-endpoint.my-service.my-namespace.cnwan.local
aws:doeq9431ns
if I recall correctly.While knowing the
ID
of the resource may not be useful for end users - i.e. reader or adaptor, they are necessary for other entities like the operator's broker because it needs to find them.An update to the operator's service registry package will be brought which also includes an
ID string
field, which differs from the already existingName string
as the former will make sense for the specific service registry, while the latter for the user.From the update on,
Name
will only contain the user-friendly name of the resource and what we are currently referring to asName
will be moved toID
.Other names for
ID
:ResourceName
Beta Was this translation helpful? Give feedback.
All reactions