I spent 2 days on my research and now I need you guys help. Thank you in advance.
I have following flow: 1) ConsumeKafka (messages are in JSON format) 2) EvaluateJsonPath 3) UpdateAttributes 4) AttributesToJson
All above flow is working but following rest of flow is not working:
5) PutCassandraRecord (I need help on how to configure this processor. I know my Cassandra server, port, keyspace, table name, record reader is JsonPathReader). What else???
6) added controller service - JsonPathReader (here I need help as to how this record reader must be configured).
7) I am getting exception as attached file below. Where and how to I get or configure Schema Registry?
I checked this question and answer: Apache Nifi/Cassandra - how to load CSV into Cassandra table
Guys if my flow is wrong please correct me. Thanks.
regards, Yeshwant