jillesvangurp / kt-search

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.
MIT License
107 stars 23 forks source link

[FEAT] bulk callback handler similar to legacy client #3

Closed jillesvangurp closed 2 years ago

jillesvangurp commented 2 years ago

The legacy client has a callback mechanism that allows you to have per item callbacks. This is highly useful as the API will return a 200 and require you to dig through item responses to identify failures and conflicts.

Other features to consider: