Hi @klug,
the command to create a console producer is just:
kafka-console-producer --bootstrap-server broker:9093 --topic my-topic
about the source configuration you can take the following as an example:
{
"name": "Neo4jSourceConnector",
"config...
Hi @klug ,
about the step 6, i've already provide the command. You just need to connect to the broker container and run that command. It will open a shell where you just need to copy and paste the event provided into step 7 and then press enter to se...
Hi @armensanoyan,
if i've understand correctly you have to configure your Debezium connector as source (so that it extract new data from Postgres to a Kafka topic - let's call it my-topic) and Neo4j Streams plugin as sink (so that it can read events ...