I’m seeing https://github.com/apache/nifi/blob/master/nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/RecordReader.java#L34 being quoted as a reason to NOT build Record based processors but instead stick with the original Processor api.
Yet, on list and on hipchat and in pr’s I’ve seen the Record approach being promoted heavily. Is this comment still correct? Is the API not considered stable? Would the NiFi project recommend building externally hosted NiFi components using the Record API? ottO
