We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some procedure like: CALL streams.config.setValue(‘streams.source.topic.nodes.neo4j-outbound’, ‘SomeNewValue’) Thanks to @moxious
CALL streams.config.setValue(‘streams.source.topic.nodes.neo4j-outbound’, ‘SomeNewValue’)
The text was updated successfully, but these errors were encountered:
Related #181
Sorry, something went wrong.
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.
No branches or pull requests
Some procedure like:
CALL streams.config.setValue(‘streams.source.topic.nodes.neo4j-outbound’, ‘SomeNewValue’)
Thanks to @moxious
The text was updated successfully, but these errors were encountered: