Hi,
I am trying to use NIFI REST API to send data to an input port for testing.
I have created the transaction and I have received a transactionId.
After that, I have tried to send data by using /flow-files but I have received this error :
{"flowFileSent":0,"responseCode":250,"message":"org.apache.nifi.remote.exception.ProtocolException: FlowFile exceeds maximum number of attributes with a total of 1952805748"}
My input :
![SylvainL_0-1704813805826.png SylvainL_0-1704813805826.png](https://community.cloudera.com/t5/image/serverpage/image-id/39355i3B8415EACFB6997D/image-size/medium?v=v2&px=400)
URL : https://localhost:8080/nifi-api/data-transfer/input-ports/abcc394c-7a49-1a38-0ddc-c79ffbe1f4c6/trans...
Headers :
Do you have an idea to solve my issue?
Thanks in advance.