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

provide procedures in order to change configuration at runtime

Open conker84 opened this issue 5 years ago • 2 comments

Some procedure like: CALL streams.config.setValue(‘streams.source.topic.nodes.neo4j-outbound’, ‘SomeNewValue’) Thanks to @moxious

conker84 avatar Mar 10 '19 22:03 conker84

Related https://github.com/neo4j-contrib/neo4j-streams/issues/181

moxious avatar Aug 06 '19 22:08 moxious

Adding to this, from @davefauth

There has to be a way to dynamically add / modify / remove configuration settings.

(Customer) wants to use this but doesn't want to have downtime every time you change the topic cypher or add a topic

if it is in the config file, then let us reload the config file

Graphaware did that in some instances.

moxious avatar Aug 06 '19 22:08 moxious