Elasticsearch Database Listener using Java High level Rest Client

162 Views Asked by At

I want to create a database listener for Elasticsearch for all type of operation (insert, delete, update). Where i can get details about document Id, Index name, Operation Type etc.

I have heard of IndexingOperationListener but not sure how to implement for my case.

Thanks, Darsan

0

There are 0 best solutions below