Russ Sayers

Results 6 comments of 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 ![image](https://user-images.githubusercontent.com/167762/92184861-9543ae80-ee95-11ea-805d-20030c4700e0.png) ![image](https://user-images.githubusercontent.com/167762/92184960-e0f65800-ee95-11ea-9d62-e6a3a3517988.png)

@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));...