ChrisSamo632 commented on code in PR #7671: URL: https://github.com/apache/nifi/pull/7671#discussion_r1350459222
########## nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch/ElasticsearchRestProcessor.java: ########## @@ -109,19 +210,92 @@ public interface ElasticsearchRestProcessor extends VerifiableProcessor { .description("All flowfiles that fail due to server/cluster availability go to this relationship.") .build(); + String DEFAULT_QUERY_JSON = "{}"; Review Comment: `ElasticsearchRestProcessor` is an `interface`, so this is implicitly `static final` by default (and in fact, I cannot set that explicitly) -- 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: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org