Fork me on GitHub
#docker
<
2020-04-06
>
ghadi17:04:19

@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

ghadi17:04:04

specifically, changing to an interceptor workflow for requests

lispyclouds19:04:54

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 🙂