You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `properties` parameter to the REST API endpoint for listing topics in a namespace to list topic with specific properties for customizable topic listing.
51
51
52
-
REST API:
52
+
REST API (URL encoding is required for values):
53
53
```
54
-
GET /admin/v2/persistent/{tenant}/{namespace} with a query params properties=k1=v1,k2=v2
54
+
GET /admin/v2/persistent/{tenant}/{namespace}?properties=k1=v1,k2=v2
55
55
```
56
56
57
57
CLI:
@@ -212,14 +212,15 @@ The regex consumer implementation (PatternMultiTopicsConsumerImpl) will be updat
0 commit comments