Mads Overgård Henningsen
Mads Overgård Henningsen
I was unaware of the `benchmarks` directory. Are there any instructions on running the benchmarks? The straight-forward guess `npm run benchmark` doesn't work for me (gives me a cryptic ESM/CommonJS...
I found out a test from the test suite was failing because I was caching based on the `Locale.locale` field which does not contain the numbering system. I now cache...
Any progress on approving this or #1581? I do not have a strong preference as to which of the two is used, but I could really use the speedup soon
I was able to hack reauthentication together by accessing the consumer's internal `AIOKafkaConnections` and running `_do_sasl_handshake()` periodically combined with some rather tricky commit locking, heartbeat stopping/starting and an additional lock...