bbende commented on issue #3041: NIFI-5224 Added SolrClientService. URL: https://github.com/apache/nifi/pull/3041#issuecomment-462413992 Here are the remaining items that I think need to be addressed... 1) Currently there is a recursive loop in createSolrClient that produces a StackOverflowException when starting a solr processor 2) Currently SolrJ is brought in twice, once in nifi-solr-processors pom and again in nifi-solr-client-api pom, it needs to be removed from nifi-solr-processors since that will have a NAR dependency on the API 3) Kerberos #1 and #2 I resolved with the following changes:
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
