Chris

Results 27 comments of Chris

I have seen some connection issues too where we define a timeout on the request's deferred but it does not drop the connection. From the looks of it, this does...

We figured it out. There is a connection leak possible during the response content download phase. Treq does not abort the connection and close the underlying socket. Look at **readBody**...

Oh man. Thank you for pointing that out. This is what happens when your abstractions have abstractions.

We think it could be the issue is in python 3.8 and 3.9 with using wait_for (https://bugs.python.org/issue42130).

It got past the previous error, but it still errors with: ``` ...line 45, in start_consumer await consumer.start() File \"/home/user/workspace/venvs/myenv/lib/python3.8/site-packages/aiokafka/consumer/consumer.py\", line 346, in start await self._client.bootstrap() File \"/home/user/workspace/venvs/myenv/lib/python3.8/site-packages/aiokafka/client.py\", line 210,...

@kandros Any chance you can merge this in? I'm looking to use jwks and not secret.

docker/registry/v2/repositories/ contains all of the repo data, why would we delete that?

I second this. I need to generate wheels as well instead of just downloading tar.gz files.