Transaction support in ES

Does ES support transactions commit and rollback. For eg: when a row is saved into a table which is in a transaction, we need to add/update the subset of that in the index for real time search. In case any error happens in table persist or elastic search index persist, the entire transaction should roll back. Is that case possible with ES? If not, any other option to use this?

No there's no such a thing.
You can use a transactional message queue system may be?

I know that Hibernate Search team is using a similar process to manage that.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.