Nazarii Piontko

Results 2 issues of Nazarii Piontko

# Description * Implemented a possibility to override the default implementation of `IAsyncSchemaRegistryTypeNameResolver` for Protobuf and Avro schemas. * Added `TryAdd...` methods to add service to the DI container if...

### Is your request related to a problem you have? Here is a current version of `ConfluentProtobufTypeNameResolver.ResolveAsync`: ```csharp public async Task ResolveAsync(int id) { var schemaString = (await this.client.GetSchemaAsync(id, "serialized")).SchemaString;...

enhancement