Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-21-2021 01:57 AM
We authored a custom Transaction Listener Extension following this example. It's been packed and deployed as a plugin to a local Neo4j 4.2.1 instance.
We also added a custom setting to the corresponding neo4j.conf
configuration as key-value-pair, but somehow this settings won't be picked up by Neo4j. The Cypher command dbms.listConfig()
doesn't return the custom setting. Inside the Extension, the call to org.neo4j.configuration.Config.getDeclaredSettings()
doesn't return it either.
Is there any other configuration necessary that Neo4j picks up custom settings, or maybe a specific naming convention?
All the sessions of the conference are now available online