knowbi / knowbi-pentaho-pdi-neo4j-output

Pentaho Data Integration output step for Neo4J
Apache License 2.0
41 stars 20 forks source link

Remove bolt+routing options from the 5.0-beta as these options are no longer supported #164

Open mattcasters opened 4 years ago

mattcasters commented 4 years ago

Instead create an option in the dialog to force traffic to the specific host with the generation of a bolt:// URL instead of neo4j://

mattcasters commented 4 years ago

Without the routing option we can assume that in case of multiple URLs we're using a routing driver. In the case of a single URL we're using neo4j:// but with a regular driver. If we have a single or multiple URLs specified we'll use the bolt:// protocol only if this explicitly asked for.