Skip to content
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

Kafka Connect Cassandra: not creating the key schema for Avro format #837

Open
nics71 opened this issue Mar 1, 2022 · 0 comments
Open

Comments

@nics71
Copy link

nics71 commented Mar 1, 2022

I'm trying to create a Source Connector using the AvroConverter to move data from a Cassandra Table to a new topic.

The topic gets created and contains a value schema but the key schema is never set despite setting the key.converter

Here is a sample create table script :

create table if not exists <keyspace>.<table_name> ( onboarding_request_id text, datetime_message_sent bigint, status_code bigint, some_other_fields text, some_more_fields text, etc text, PRIMARY KEY (onboarding_request_id, datetime_message_sent, status_code)) WITH CLUSTERING ORDER BY (datetime_message_sent DESC, status_code ASC);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants