eclipse-uprotocol / up-java

uProtocol Language Specific Library for Java
Apache License 2.0
9 stars 14 forks source link

Inconsistency in URI check APIs with wildcard arguments #179

Open mishap4 opened 3 months ago

mishap4 commented 3 months ago

isTopic returns true if it is wildcard isRpcMethod returns false if it is wildcard

stevenhartley commented 3 months ago

Additionally the instance_id wildcard needs to be fixed based on https://github.com/eclipse-uprotocol/up-spec/pull/222 that got merged