Guilherme Favero Ferreira
Guilherme Favero Ferreira
Nice to hear that! Comming from an Java + Spring background, maybe I am kinda biased towards using placeholders the way I pointed out on the issue description. Just out...
I support this, it would be nice to know what value I am trying to parse into an Enum in the error message. @Peternator7 , if you think this is...
[Proposal] Enhancements to improve DevEX and align crate with Confluent Schema Registry java library
I understand that these changes are not trivial. @gklijs, if you are Okay with it, I can work on it myself and open a PR.
[Proposal] Enhancements to improve DevEX and align crate with Confluent Schema Registry java library
> I wonder if big changes are being made, if we should not have a separate schema_registry_client module/crate for the HTTP calls to schema registry, implementing the whole API (generated),...
[Proposal] Enhancements to improve DevEX and align crate with Confluent Schema Registry java library
> I'm also wondering what would be expected to be in the SchemaRegistryClient trait? I think we should start by providing a method for each call that we support with...
[Proposal] Enhancements to improve DevEX and align crate with Confluent Schema Registry java library
Yeah, I realised we could benefit from a second cache per decoder, because we actually need to parse the sechmas just once. Also, I did split it into multiple crates....
Take a look at the `BaseRecord` definition: ```rust pub struct BaseRecord, /// Optional timestamp. /// /// Note that Kafka represents timestamps as the number of milliseconds /// since the Unix...