This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ae240e946 NIFI-14932 Restored Kubernetes Leader Election Manager 
Descriptor
8ae240e946 is described below

commit 8ae240e94690a1bd7c2cfcb0382fb2e45f392c9a
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Sep 2 14:56:45 2025 -0500

    NIFI-14932 Restored Kubernetes Leader Election Manager Descriptor
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10261.
---
 ....nifi.controller.leader.election.LeaderElectionManager | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/src/main/resources/META-INF/services/org.apache.nifi.controller.leader.election.LeaderElectionManager
 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/src/main/resources/META-INF/services/org.apache.nifi.controller.leader.election.LeaderElectionManager
new file mode 100644
index 0000000000..34f94a1728
--- /dev/null
+++ 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/src/main/resources/META-INF/services/org.apache.nifi.controller.leader.election.LeaderElectionManager
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+org.apache.nifi.kubernetes.leader.election.KubernetesLeaderElectionManager

Reply via email to