Does the Bolt protocol work with Traefik?

3/25/2019

Does the bolt protocol which is used by Neo4j works with Traefik?

TCP is not supported yet by Traefik, but according to the Traefik documention, it supports WebSocket(which operates over a TCP connection), and this confuses me!

Is it possible to run Neo4j databases behind Traeffik and access them using something like bolt://myhost/path/that/traefik/routes/to/my/db?

-- UrmLmn
kubernetes
load-balancing
neo4j
proxy
traefik

1 Answer

3/26/2019

This appears to be up to each client library, and from what I can see it looks like only a few browser-based clients actually use the WebSocket mode. So overall, probably no, pending 2.0 coming out.

-- coderanger
Source: StackOverflow