fgerlits commented on a change in pull request #1257:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1257#discussion_r802667342
##########
File path: README.md
##########
@@ -82,6 +82,7 @@ Through JNI extensions you can run NiFi processors using
NARs. The JNI extension
| CURL | [InvokeHTTP](PROCESSORS.md#invokehttp) | -DDISABLE_CURL=ON |
| GPS | GetGPS | -DENABLE_GPS=ON |
| Kafka | [PublishKafka](PROCESSORS.md#publishkafka) |
-DENABLE_LIBRDKAFKA=ON |
+| Kubernetes |
[KubernetesControllerService](CONTROLLERS.md#kubernetesControllerService) |
-DENABLE_KUBERNETES=ON |
Review comment:
Why not? We already list some controller services, for AWS and Azure,
and I think that's useful. To me, the purpose of this table is "if you want to
use feature X, you need to set CMake flag Y to ON", and feature is anything
visible to user, which includes processors and controller services.
--
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]