Ryan P
Ryan P
This is a request for a review/comment of a WIP Schema Registry implementation. I have attempted to stick to the Java API as much as possible with some minor changes...
Description =========== Currently the python client fails to handle multiple schema registry urls. In order to more closely align the python client with its Java counterpart it should be updated...
Due to a known limitation with hive schema literals can only be saved to the serde properties field if they are shorter than 4000 characters. The biggest issue with this...
It would be useful to enable modules the ability to send emails
https://dave.cheney.net/2019/05/07/prefer-table-driven-tests
Kafka supports listing multiple bootstrap servers, the grav transport should support this as well. https://pkg.go.dev/github.com/twmb/franz-go/pkg/kgo#SeedBrokers is a variadic function which will take n number strings. Given this fact it should...
It's helpful to have the option to defer port umber selection to the OS when writing tests to avoid bind conflicts. It would be great if this were an option...
Rust's compiler is notoriously slow which can drastically increases the feedback loop for compilation errors. This may not be super painful for local builds but it can cause a lot...
There are a few Todo's which will need to be satisfied before deltav can effectively interact with the multi-tenant control plane.
e2core may crash when receiving a corrupted update from se2. This may be because of a bad database migration, such was the case this week, or something else. Rather than...