gsandf / rethinkdb-elasticsearch-stream

🔄 sync RethinkDB tables to Elasticsearch using changefeeds
9 stars 4 forks source link

Add a way to delete documents from Elasticsearch #29

Closed sunnyzanchi closed 6 years ago

sunnyzanchi commented 6 years ago

Currently, the transform can only return a document, which will update Elasticsearch, or null, which does nothing. There needs to be a way to return something from the transform that signals the document needs to be removed from Elasticsearch

blakek commented 6 years ago

Resolved by #30