Martin Correct. They are deprecated in the 1.x line (still usable) and are removed in the 2.x line. With more and more deployments happening in things like K8S environments there are far better ways of offering these which reduce the burden on NiFi itself and the dependency management it represents. Similarly in traditional linux style service installs there are other options that monitor services better that can be used as well. We're trying to strike a better balance than we have in the past of building/providing all the things ourselves vs helping/integrating with common/popular services as we go forward.
Thanks On Thu, Feb 1, 2024 at 11:05 AM Martin Fong <[email protected]> wrote: > We get the following WARN from the deprecated log and soon will be gone. > So this feature will be gone and no replacement? > > 2024-02-01 11:37:44,048 WARN [main] > deprecation.org.apache.nifi.bootstrap.RunNiFi Bootstrap Notification > Services are deprecated [email-notification] > org.apache.nifi.deprecation.log.DeprecationException: Reference Class > [org.apache.nifi.bootstrap.RunNiFi] ClassLoader > [jdk.internal.loader.ClassLoaders$AppClassLoader@55054057] > at > org.apache.nifi.deprecation.log.StandardDeprecationLogger.getExtendedArguments(StandardDeprecationLogger.java:63) > at > org.apache.nifi.deprecation.log.StandardDeprecationLogger.warn(StandardDeprecationLogger.java:54) > at > org.apache.nifi.bootstrap.RunNiFi.registerNotificationServices(RunNiFi.java:422) > at org.apache.nifi.bootstrap.RunNiFi.loadServices(RunNiFi.java:410) > at org.apache.nifi.bootstrap.RunNiFi.<init>(RunNiFi.java:177) > at org.apache.nifi.bootstrap.RunNiFi.main(RunNiFi.java:294) > > We have followed this in the past and still using it: > https://pierrevillard.com/2017/05/11/monitoring-nifi-bootstrap-notifier/ > > Please advise, > Martin Fong > Enterprise Technical Support Specialist, Infrastructure & Platform (IAG) > Technology Services Division, Technology Infrastructure Services > City of Toronto > 703 Don Mills Road, 2nd Floor > Toronto, ON > M3C 3N3 > Tel: 416-397-7565 > e-mail: [email protected]<mailto:[email protected]> > > This e-mail message is confidential and subject to copyright. Any > unauthorized use or disclosure is prohibited. If you have received this > email and are not the intended recipient, please advise and delete it. > Thank you. > >
