neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
223 stars 57 forks source link

[Neo4j Connection] Cannot connect to a Neo4j cluster #167

Closed baptistegh closed 4 years ago

baptistegh commented 4 years ago

Hi ! There is a possible improvment, when you create a configuration, you use : "bolt://$host:$port" . That avoid us to connect through the bolt+routing protocol (neo4j cluster).

=> I think we should let the user write the protocol in the "Host" text field and so be able to connect to a Neo4j cluster.

Example : Host bolt+routing://host

baptistegh commented 4 years ago

I created a pull request : #168

GreYko commented 4 years ago

Thanks for your pull request Changes were accepted