Hi guys , i’m using kafka connect cassandra sink , the connector make table with same name of topic and push data into it , but i want data to pushed in table i made is that option available ?
Welcome @Omar-AlQashlan !
This depends on which cassandra sink connector you’re using. If you’re using the Confluent cassandra sink you can use cassandra.keyspace
https://docs.confluent.io/kafka-connect-cassandra/current/cassandra_sink_connector_config.html#keyspace configuration.
For the Datastax sink connector: Mapping basic messages to table columns
1 Like
Datastax connector do what i need thank you
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.