Problem with running this kind of Query on Kafka connector
topic.my_topic.my_ks.my_table.query=UPDATE ks.tbl SET somelist = somelist + [:newitem] WHERE pkey = :pkey;
Can someone bring a realtime working example
How to update my Cassandra's table list column if its type is
... ... list<text>, ...
And can anyone explain, type of 'newitem' it is in my case String ("text") or list of String (["text"]) ?