question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

For 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:open
  • Created 6 years ago
  • Reactions:1
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
kmillanrcommented, Oct 16, 2019

Hello, any update on the solution?

0reactions
kmillanrcommented, Oct 22, 2019

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:

I was think on creating some python script mechanism that would reload the connector whenever the length of the topic list changes within the kafka cluster (create/delete tables go through to the kafka cluster but not through the sink connector). But haven’t gotten around the mechanism yet.

Actually I was thinking about the same solution. By the way, you mentioned altering operations work well, but dropping column or renaming column is not working. I am not sure but this might be about Big query limitations. Another thing, In avro mod,e deleting opeartion doesn’t reflect to kafka but in json mode it’s available as the after part is null.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wepay/kafka-connect-bigquery/issues/92?email_source=notifications&email_token=AHYXGMH756EKVIHQP7XZON3QP4CRZA5CNFSM4DP6R4PKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB54C6A#issuecomment-544981368, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHYXGMDFOY7MMT5STHJZ6N3QP4CRZANCNFSM4DP6R4PA .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found