RxJava Error Handling - How to add error callback

Hi @dtanabe
I am also looking for a solution to gRPC Server errors which completely disconnects daml CompletionStreams/TransactionStreams at client.

I noticed the gRPC has following retry mechanism implemented.

Is daml library capable to configure the retries like mentioned here?

or is there any alternate mechanism we can use for daml java ledger apis?