Closed cochicde closed 5 years ago
Right now I'm pretty sure interface matching happens on the side of the Orchestrator. Tomorrow I'll check if this could be moved to the SR, or it's this way for a reason.
I even had a //NOTE above the interface filtering in the Orchestrator code, that I think this should be done on the SR side, so now I've moved it there :)
e1173fcfeef4d72c4cd6db1c1618c5827c2db8d3
Just tested! Works fine!
Btw the matching is case sensitive.
I'm not sure about the right behaviour, but I registered a service with interface JSON, but if I query the service with interface "JSON1" or no interface at all "", the Service Registry still returns the registered service. Is this the right behaviour?