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. These 
ports are the standard ports exposed by an Ignite server so it is not a matter 
of making the ports configurable on the client side since it really depends on 
the server configuration. 




----------------------------------------------------------------
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]


Reply via email to