The findNode and findRelationship procedures didn't work on FOLLOWER and REPLICA because they used a DataWriteOperation (see LegacyIndexer). Now, using kernel API, they are in read-only mode, so they can be used in all the instances of the cluster.
PROPOSAL: convert the procedures into user-defined-function
The findNode and findRelationship procedures didn't work on FOLLOWER and REPLICA because they used a DataWriteOperation (see LegacyIndexer). Now, using kernel API, they are in read-only mode, so they can be used in all the instances of the cluster.
PROPOSAL: convert the procedures into user-defined-function