tuplejump / kafka-connect-cassandra

Kafka Connect Cassandra Connector. This project includes source/sink connectors for Cassandra to/from Kafka.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple topics and tables

steliu opened this issue · comments

Is there a way to make connections between multiple topics and cassandra tables? I don't see it from the example config. For example, all messages in topic 1 go to table 1, at the same time, all messages in topic 2 go to table 2.