NiFi
[Nifi] Bootstrap 설명 링크
눈가락
2020. 9. 17. 01:19
bootstrap.conf 을 통해 여러가지 옵션들을 지정할 수 있음.
지정된 옵션값은 Nifi 가 재시작하면 적용됨.
Java 힙 크기, 실행할 Java 명령 및 Java 시스템 속성 등을 내가 직접 지정할 수 있음.
또한 NiFi를 시작 또는 중지하거나 예기치 않게 종료 된 것을 감지하면
이메일 이나 HTTP POST 을 통해 사용자에게 알림을 줄 수 있음.
알림 서비스 구성 파일은 알림 기능이 구성된 XML 을 수정하여 적용됨.
위 모든 설명의 자세한 내용은 아래 링크에 있음.
nifi.apache.org/docs/nifi-docs/html/administration-guide.html#bootstrap_properties
NiFi System Administrator’s Guide
NiFi always stores all sensitive values (passwords, tokens, and other credentials) populated into a flow in an encrypted format on disk. The encryption algorithm used is specified by nifi.sensitive.props.algorithm and the password from which the encryption
nifi.apache.org