Chrisss93

Results 4 issues of Chrisss93

I'm testing out running testcontainers-go HEAD with podman 4.2.0 using the latest changes from #414 . I am running podman on MacOS through qemu virtualization using podman machine. I'm not...

podman

This PR adds the [KIP-48](https://cwiki.apache.org/confluence/display/KAFKA/KIP-48+Delegation+token+support+for+Kafka) APIs regarding token delegation to the `ClusterAdmin`. These APIs have been available on brokers > v1.1 and the AdminClient in Java has had these facilities...

#237 introduced fast producer back-pressure by blocking the client from publishing new messages until a sufficient number of outstanding outgoing messages were written to the NATS server. An internal `LinkedBlockingQueue`...

~~The experimental http client's `new` method is promoted to public which allows the user to select the appropriate inner bollard implementation for its docker client. In the dev branch the...