greyp9
greyp9
# Summary [NIFI-9822](https://issues.apache.org/jira/browse/NIFI-9822) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request Tracking...
At this point in SSHJ, there is special logic to account for SFTP servers that do not supply file type information. https://github.com/hierynomus/sshj/blob/master/src/main/java/net/schmizz/sshj/sftp/SFTPFileTransfer.java#L124-L127 That is, if the file type is UNKNOWN,...
# Background Previous iterations of support for Kafka client versions in NiFi (1.0, 2.0, 2.6) duplicated code from existing Kafka processors into new Maven modules, adjusted Kafka client library dependencies...