David Arthur
David Arthur
Adding some clarifications on KRaft configuration for 3.3 release
In the data sheet for SSD1309 driver IC, it seems that 3-wire SPI is possible by tying the D/C pin low. Looking through the u8g2 constructor list, I don't see...
Also fix a few other small nitpicks I noticed
This PR reorganizes the source files to make the repo compatible with PlatformIO. It also creates a Arduino sketch with the same name as the directory which is a requirement...
Is there any plan to contribute this to Apache Camel? I think Kafka aligns well with their design and this components would be well received.
Copied from a Guice issue I previously filed (and closed): https://github.com/google/guice/issues/966#issuecomment-159332325 I have two modules that bind a set of strings like: In FooModule: ``` java Multibinder fooThingsBinder = Multibinder.newSetBinder(binder(),...
When becoming the active KRaftMigrationDriver, there is another race condition similar to KAFKA-16171. This time, the race is due to a stale read from ZK. After writing to `/controller` and...
We already capture the ZK dual write timings as metrics. This patch includes those timings in the existing log messages.