Github user mosermw commented on the issue:
https://github.com/apache/nifi/pull/2497
@markap14 and @mcgilman I did consider that backpressure settings didn't
really belong in AboutDTO. The BannerDTO also pulls information from
nifi.properties, but I didn't think backpressure fit there either. I didn't
want to further expand the API by adding something like BackpressureDTO at a
/nifi-api/flow/backpressure endpoint, but maybe that's the preferred approach?
Or perhaps a PropertiesDTO at /nifi-api/flow/properties to do something more
generic?
---