exceptionfactory commented on code in PR #11393:
URL: https://github.com/apache/nifi/pull/11393#discussion_r3529929001
##########
nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/src/main/java/org/apache/nifi/kubernetes/state/provider/KubernetesConfigMapStateProvider.java:
##########
@@ -54,6 +56,10 @@
/**
* State Provider implementation based on Kubernetes ConfigMaps with Base64
encoded keys to meet Kubernetes constraints
*/
+@Tags({"kubernetes", "state", "provider", "configmap", "cluster"})
+@CapabilityDescription("Provides a State Provider that stores state in a
Kubernetes ConfigMap. "
+ + "This allows state to be shared across a Kubernetes cluster. "
+ + "The State Provider uses the Kubernetes Client to read and write
ConfigMaps.")
Review Comment:
This change is unrelated and should be reverted
##########
nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml:
##########
@@ -26,6 +26,15 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-utils</artifactId>
+ <version>2.4.0</version>
Review Comment:
This change is unrelated and should be reverted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]