Hello Nifi devs,

Currently ListenHTTP has the filtering property:
"HTTP Headers to receive as Attributes (Regex)"

This works except for the case where the data is from PostHTTP and was sent as 
a flowfile.In this scenario the flowfile attributes are not sent as headers, 
rather the flowfile contents and attributes are packaged together (as FFv3) and 
sent to ListenHTTP and there is no option for the ListenHTTP processor to do 
any filtering.

What do we think about renaming the filtering property to:
"Attributes to Receive (Regex)" 

and have it applied to HTTP headers (when dealing with non-FFv3 data) as well 
as incoming attributes (when dealing with FFv3 data) 


Thank You,

Nissim Shiman

Reply via email to