hanahmily commented on issue #8513: URL: https://github.com/apache/skywalking/issues/8513#issuecomment-1111694200
After some investigation, topology querying relies on `in` operation, which has been supported. There is a single scenario: event querying, which needs `or`. To support `or` logical operation, we have to bring a breaking change to the current querying message structure, rebuild the querying process and update java-client accordingly. Comparing the wide range of changes and the trivial use case, I would like to move this to 0.2.0. @dmsolr You have to union and distinct results on implementing the `EventQueryDao` before supporting this. -- 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]
