0

Is there a re-try mechanism for all the calls(Services) initiated through Informatica to MarkLogic?

If yes, please provide the documentation or link for it.

Mads Hansen
  • 63,927
  • 12
  • 112
  • 147
Manish
  • 59
  • 3

1 Answers1

0

By definition, retry of requests occurs on the client and not the server.

The MarkLogic Java API, for instance, supports retry of requests in cases where the payload is replayable. (Streaming payloads can't be retried, at least not without reconstructing the input stream.)

In this situation, what is the client? If, for instance, Informatica is a client of the MarkLogic REST API, then retry of the request would have to be implemented by Informatica.

ehennum
  • 7,295
  • 13
  • 9