kezhenxu94 commented on a change in pull request #63:
URL:
https://github.com/apache/skywalking-query-protocol/pull/63#discussion_r766298098
##########
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:
> I think we should return empty string, even the field is changed into
`nullable`.
OK, that makes sense to me
--
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]