You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes, indeed I had an issue with mapping, I fixed that, but my point is that Tirexs was "routing" my code to "success" callback vs "failure", so I couldn't rely on the response from Tirexs, I had to pattern-match on actual response from elastic to figure out if response was good or not.
hello,
trying to send bulk requests incorrectly responds as
{:ok, 200}
in case of failure.Example code:
Example response:
Expected response:
Thanks,
Alex
The text was updated successfully, but these errors were encountered: