Member since
β09-23-2022
5
Posts
0
Kudos Received
0
Solutions
β11-13-2025
07:25 AM
Hello @Samya, Thanks for joining our community. That issue is happening because JSON_STORE format is VARCHAR(2), not VARIANT as required. Something you can try is to add a ConvertRecord processor before the PutDatabaseRecord. There, you can use a JsonTreeReader β JsonRecordSetWriter to reformat the content. In that way, the JSON_STORE field becomes a proper JSON object. Something like thisπ
... View more
β06-20-2023
10:21 AM
It just gave this information in DEBUG. "PutAzureDataLakeStorage DataLakeServiceClient is not found in the cache with the given credentials. Creating it."
... View more
β09-27-2022
03:20 PM
Hi ,
we are consuming and publishing from MQ.
Consumer is fast enough, the publisher is slow and itβs builds a lot of back pressure.
we have a 4 node 20 core each * 4 total 80 cores.
memory 16GB each 64GB total.
publish is running at 200 concurrency.
I did system diagnostics cores and memory are free, then what is causing the slow publish and build back pressure.
I wanted to try and increase run duration to increase the throughput but this processor donβt seem to have the option to modify run duration.
what other option there to increase throughput.
let me know if you need more information .
Regards
... View more
Labels:
- Labels:
-
Apache NiFi
β09-23-2022
03:05 PM
Hi Team, We have a 4 node cluster with 64 cores. but when we do system diagnostics we see only average usage of 5 cores. also the data is queuing up and processing slowly. regards, samyan
... View more
Labels:
- Labels:
-
Apache NiFi