Russ Sayers
Russ Sayers
The typo is in `tube.compute_shortest_path` which only called from `main.draw_shortest_path`. I don't see any references to `draw_shortest_path` - so no impact?
This has worked well for me. Note: Playing around with this I hit the rate limit of *5 per week*. https://letsencrypt.org/docs/rate-limits/
Tested on mac and linux  
@chuck-confluent and I had a similar problem this week. The `healthcheck.sh` returns an unhealthy status when the `CONNECT_REST_PORT` env variable isn't set. We have docker-compose files that just go with...
I can talk to EKS okay from v0.24.1. The most recent version of the AWS cli will generate a kubeconfig with `client.authentication.k8s.io/v1beta1` . The newer AWS cli also include the...
FWIW This appears to be working for me with ver 1.3.0: ``` c# var consumer = new ConsumerBuilder(consumerConfig) .SetPartitionsAssignedHandler((c, partitions) => { var offsets = partitions.Select(tp => new TopicPartitionOffset(tp, Offset.Beginning));...
There’s a related issue on SAM side https://github.com/aws/aws-sam-cli/issues/4584 My understanding: SAM talks to the docker socket where finch doesn’t expose a socket.
Awesome! I kinda did this for myself and put it up as a pull request hoping that others might use it.
