Wildcard topic
See original GitHub issueFor now we provide topic names in a properties file as following:
topics=kcbq-quickstart,app.click
If there are a few topics to deal with, It’s ok to list all the topics in a comma-seperated way. But when you have to deal with hundreds or thousands of topics, it doesn’t help. In those situations, we would like to use a wildcard expression to specify topics.
How about implementing a method to retrive all the topic names matching a given wildcard expression in SchemaRegistrySchemaRetriever class?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:16 (9 by maintainers)
Top Results From Across the Web
MQTT Topics, Wildcards, & Best Practices - HiveMQ
When a client subscribes to a topic, it can subscribe to the exact topic of a published message or it can use wildcards...
Read more >Understanding wildcards | MQTT Essentials - Packt Subscription
Hash ( # ): It is a multi level wildcard that we can use only at the end of the topic filter, as...
Read more >Topic-based wildcard scheme - IBM
Topic -based wildcards allow subscribers to subscribe to more than one topic at a time. Topic-based wildcards are a powerful feature of the...
Read more >Understanding MQTT Topics & Wildcards by Case - EMQ
This article introduces MQTT topics and wildcards by cases, and answers common questions during use to help readers get started with MQTT.
Read more >Wildcard Characters in SMF Topic Subscriptions - Solace
A * wildcard at the end of a subscription topic only performs a wildcard match at that level. Example: animals/domestic/* matches the topics...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, any update on the solution?
Ah, wasn’t aware of those additional limitations. Thanks for the heads up. Regarding the script idea, if ever get to implement it please let me know, would be great to get to know your approach. I did mine with a timer, every n seconds check the length of the topic list. But that solution is to clunky, I am looking for ways for the script to “passively listen/observe” the list length… if you got any hints that would be awosome. All the best
On Tue, Oct 22, 2019 at 4:09 PM salihoto notifications@github.com wrote: