I'm currently working with Memgraph. I'm trying to figure out if there's a way to have a changes feed similar to what Couchbase offers. I'm interested in the possibility of streaming data from Memgraph out into Apache Kafka. Ideally, I would like to send updates from Memgraph to a Kafka topic every time there's a change in the data.
I know that I can stream data from Kafka, but can I stream it out to Kafka?