TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Neeraj K
NA
57
6.9k
Cassandra sink connector : how to add whole topic JSON in one col.
Dec 30 2020 5:38 PM
I am using Cassandra Sink Connector with Kafka, now i want to insert whole topic JSON as it is into single Cassandra table column instead of creating diff cols. so what should be the connector KCQL expression ?
INSERT INTO connector_json_table SELECT * FROM test-nk-29-dec
Topic name : test-nk-29-dec
Cassandra Table name with only one column - connector_json_table
connector_json_table contains only one single column with "Text type", Now i want to insert complete JSON into this col.
Reply
Answers (
0
)
EntityFramework- Error in converting to to 'System.Collections.Generic
Cassandra sink connector : Not able to auto generate Cassandra table b