Member since
08-24-2022
3
Posts
0
Kudos Received
0
Solutions
11-12-2023
06:03 AM
I created the following project: and I want to connect 2 files by field "id" Processor name "GenerateRecord" has the following settings: Processor name "GenerateRecord2" has the following settings: Processor name "JoinEnrichment" has the following settings: The error occurs when "JoinEnrichment" works, I can’t understand why there, I tried everything I could
... View more
Labels:
- Labels:
-
Apache NiFi
05-25-2023
11:42 PM
I have an InvokeHTTP processor Apache NiFi, I need to send a curl request with this content curl https://reqbin.com/echo/post/json
-X POST
-H 'Content-Type: application/json'
-d '{
"login": "my_login",
"password":"my_password"
}' I can't figure out what to do -d
... View more
Labels:
- Labels:
-
Apache NiFi
08-24-2022
02:54 AM
How to set offset in topic for NIFI processor ConsumeKafka?
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi