Hi guys ,

I pull out my hair on this processor.
if I understood correctly this processor is able to directly pushed a
simple json structure on a table.

so  i have  simple  mykeystore.mytable on cassandra with  2 field
id ----> uuid
message ---> text

i created a simple flowlog  with this content :
{
  "id": "64c20422-c8db-11e9-a32f-2a2ae2dbcce4",
  "message": "api-finished "
}

PutCassandraRecord is configured with the JsonTreeReader.
table name on mykeystore.mytable.

if i use the *Cassandra Contact Points *
my connection is in  suces .with my cassandra server but    i got this
message  :
*InvalidQueryExeption cassandra uuid should be 16 or 0 bytes (36)*


*if i use the CassandraSessionProvider exactly with the same configuration
i got alway an UnknowHost Exception ..... *

it's really hard to find examples or help on this processor....

Thanks guys

Reply via email to