@rahul080327 I haven't look at the impl of clj-docker-client, but I wanted to say that aws-api
is looking at some different models for the internal execution flow
https://github.com/cognitect-labs/aws-api/compare/interceptor-spike?expand=1
specifically, changing to an interceptor workflow for requests
Hey @ghadi, thanks for the tip! Right now the impl is pretty simple based on https://square.github.io/okhttp/ which serves most of the use cases. A async impl based on the same thing exposing data as channels is in the works. Not sure if interceptors here may be an overkill? The client doesn't do much unlike the aws-api to be honest 🙂