-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to write multiple topics to single scylla table #55
Comments
Could you be more specific on what the problem is? Are you observing a poor performance of RegexRouter ("regex property")? Or is another part of the system slow (the connector itself)? It seems (after looking at RegexRouter source code, doing some micro-benchmarks) that this transform should not add a major amount of overhead. |
Using sink connector we trying to write multiple topics from redpanda to a single Scylla table.
using sink connector config 1 for topic1 and Sink Connector-2 Config for the rest of topics, running in 5 separate machines,
Are there any changes needed in the config? |
At present we have topics - topic1, topic2 and topic3. Using separate sink connector (separate server)for ach topic ,
instead of writing each topic message to different scylla table, looking to write in common-single table for all topics.
At present used confluent regex property to achieve above . But its not efficient, as overwriting happens on regex used sink connectors.
Is there any method to achieve in efficient.
The text was updated successfully, but these errors were encountered: