docker

ghadi 2020-04-06T17:09:19.011300Z

@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

ghadi 2020-04-06T17:10:04.012Z

specifically, changing to an interceptor workflow for requests

lispyclouds 2020-04-06T19:02:54.014800Z

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 🙂