eclipse-uprotocol / up-java

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

Inconsistency in URI check APIs with wildcard arguments #179

Open mishap4 opened 1 month ago

mishap4 commented 1 month ago

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

stevenhartley commented 1 month ago

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