Hi there! I’m using Java client for querying for asinfo the following way:
String infoString = Info.request(node, "sets/" + namespace + "/" + setName);
I’ve found that this request returns an empty string for non existing set and it seems not very obvious for me. Is that an expected behavior?