scylladb / kafka-connect-scylladb

Kafka Connect Scylladb Sink
Apache License 2.0
42 stars 22 forks source link

Topic to table Multiplexing no supported #9

Open mailmahee opened 4 years ago

mailmahee commented 4 years ago

Issue: Currently, we create the table in Scylla automatically with the same name as the topic in Kafka. If the table is already created with the corresponding name then we simply use it. One request that came in from a customer is that - if we want to use the data in a topic and store the content into multiple tables, it is not currently possible. Even though this is a not-so-common feature request - I am adding this so I can track the issues.