Nissim Shiman created NIFI-10950:
------------------------------------
Summary: Distribute Load processor - remove Load Distribution
Service as Distribution Strategy
Key: NIFI-10950
URL: https://issues.apache.org/jira/browse/NIFI-10950
Project: Apache NiFi
Issue Type: Bug
Reporter: Nissim Shiman
The DistributeLoad processor's Distribution Strategy property is currently able
to be set to "load distribution service"
But when attempting to create the load distribution service, we get the message:
{code:java}
No controller service types found that are applicable for this property
{code}
The underlying load distribution service api [1] is not implemented, so it can
be removed as a distribution strategy, in order to avoid the above situation.
[1]
[https://github.com/apache/nifi/blob/main/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/src/main/java/org/apache/nifi/loading/LoadDistributionService.java]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)