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
Doing so you expect to reflect all the created/updated nodes with label `Test` into the topic `topicTest`.
170
+
What actually happens is:
171
+
172
+
- all the nodes and relationship inserted before the Kafka setup, are reflected into a topic called "testdb" which is created by default with the database name.
173
+
- all the created/updated nodes with label `Test`, after the Kafka setup, are reflected into the configured topic `topicTest`.
174
+
175
+
The second point happens because, since the database "testdb" is already populated, by enabling the Source module (`streams.source.enabled=true`) the plugin will create a default topic with the same name as the database name, and it will reflect all the "testdb" data into it.
176
+
177
+
If you want to turn off this default behaviour you have to disable the "generic" Source module and enable it just for the
0 commit comments