Jeff Widman

Results 119 issues of Jeff Widman

If we try to build a struct using incorrect types, then `_pack()` is correctly raising an error. However, the foreground thread just hangs when this happens. This doesn't make sense...

After recently hitting both #1310 and #1306 in production, I want to find a way to test `kafka-python` against a constantly cycling Kafka cluster. Those problems are both race conditions...

test coverage

It looks like there's not tests of the new `KafkaProducer` for the various `acks` levels: https://github.com/dpkp/kafka-python/blob/master/test/test_producer.py These tests are present for the old/deprecated producers here: https://github.com/dpkp/kafka-python/blob/3ff3d75004f94fd55fa089297d3e2376e33ccda7/test/test_producer_integration.py#L417-L466 We should add/migrate tests...

test coverage

In the JoinGroup structs, the consumer can pass a protocol that it supports. However, if you read the explanation behind this design, [it says](https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-GroupMembershipAPI): > The primary use case for...

GitHub sunsetted Atom in 2022: * https://github.blog/news-insights/product-news/sunsetting-atom/ * https://atom.io/ So let's stop mentioning it.

`go mod tidy -diff` ensures the `go.mod` and `go.sum` files remain correct. If anything is amiss, it will print the diff along with an error code and then exit.

While auditing the Dockerfiles last week, I spotted this confusing warning about a hack to work around a npm 6 issue. We've deprecated npm 6 support recently, so this hack...

L: rust:cargo
L: javascript