You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, if you want to enable the Source plugin only on one or more specific db instances, you have to previously
137
+
disable the Source plugin (`streams.source.enabled=false`) and then enable it only on the desired instances (i.e. `streams.source.enabled.from.foo=true`).
138
+
Furthermore, please note that the `streams.source.topic.nodes.testTopic=Test{testId}` will not be considered because the Source plugin on the default database instance `neo4j` has been disabled.
139
+
====
140
+
141
+
So in general if you have:
142
+
143
+
[source]
144
+
----
145
+
streams.source.enabled=true
146
+
streams.source.enabled.from.foo=false
147
+
----
148
+
149
+
Then Source module is enabled on all databases EXCEPT `foo` (local overrides global)
0 commit comments