You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/05/16 14:24:26 UTC

[GitHub] [nifi] matthew-formosa-gig commented on a change in pull request #4278: NIFI-7456: Ignite Processors - Choose between Thick and Thin Clients

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:
users@infra.apache.org