neo4j-jdbc icon indicating copy to clipboard operation
neo4j-jdbc copied to clipboard

Implement an internal `Bookmarkmanager`

Open michael-simons opened this issue 1 year ago • 0 comments

The idea is to have an internal Bookmarkmanager similar to what SDN 6+ has: It shall do causal consistency by default and also can be disabled by a configurational flag in the URL, hence there should be a noop implementation and an implementation that actually does sent the bookmarks.

If the need arises that people want to access the last bookmark used on a connection, they can downcast Connection to Neo4jConnection and they shall find a corresponding method on that interface.

michael-simons avatar Oct 04 '23 09:10 michael-simons