matthew-formosa-gig commented on a change in pull request #4278:
URL: https://github.com/apache/nifi/pull/4278#discussion_r426157921
##########
File path:
nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/src/test/resources/test-default-ignite-client.xml
##########
@@ -41,4 +37,12 @@
</bean>
</property>
</bean>
+
+ <bean abstract="true" id="thinIgniteClient"
class="org.apache.ignite.configuration.ClientConfiguration">
+ <property name="addresses">
+ <list>
+ <value>127.0.0.1:10800</value>
Review comment:
These configurations are only being utilised in Integration Tests.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]