Member since
09-12-2023
4
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
306 | 02-22-2024 09:26 PM |
02-23-2024
12:50 AM
@rtambun , I am not quite sure how your data comes out of your Kafka cluster but if a message contains a single row, you could add a LookupRecord before saving the data in your database. With that LookupRecord you will check if those vales are present in your database, with the help of a key and if so, you can send that data into a different flow, otherwise, you save it into your Database. If your data does not come as a single message - single record from KAFKA, if you are not processing lots of data, you could try and split your data into single flowfiles (containing a single record) and process them further as stated above.
... View more
02-22-2024
09:26 PM
1 Kudo
I have found a fix for above issue. The trust store password must be assigned with a variable from parameter context, e.g TRUST_STORE_PASSWORD. And when creating a stateless processor, we need to add new sensitive variable TRUST_STORE_PASSWORD. When execute stateless running it will pass the variable to the flow saved in nifi registry.
... View more
12-06-2023
09:35 AM
@rtambun Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our NiFi experts @joseomjr @cotopaul @SAMSAL who may be able to assist you further. Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
... View more