wu-sheng commented on a change in pull request #63:
URL:
https://github.com/apache/skywalking-query-protocol/pull/63#discussion_r766298709
##########
File path: topology.graphqls
##########
@@ -58,12 +63,11 @@ type ServiceInstanceNode {
serviceId: ID!
# The literal name of the #serviceId.
serviceName: String!
- # The type name may be
- # 1. The service provider/middleware tech, such as: Tomcat, SpringMVC
- # 2. Conjectural Service, e.g. MySQL, Redis, Kafka
+
+ # Deprecated since 9.0.0. Instance is an executable unit of service, it
doesn't have its own type.
type: String
- # It is a conjecture node or real node, to represent an instance.
- isReal: Boolean!
+ # Deprecated since 9.0.0. Don't need to use this anymore
+ isReal: Boolean
Review comment:
And, the key idea to keep this compatibility to make e2e, CLI, and
integration(like HPA) work as usual. But the rocketbot UI is not considered
that also working as usual.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]