Skip to content

Instantly share code, notes, and snippets.

View teemka's full-sized avatar

Tomasz Buchholz teemka

  • Point72
  • PL
View GitHub Profile
@teemka
teemka / CustomRecordSchemaBuilderCase.cs
Last active December 1, 2021 15:17
Nullable Reference Types schema resolution
using Chr.Avro;
using Chr.Avro.Abstract;
using Chr.Avro.Resolution;
using Namotion.Reflection;
using System;
using System.Collections.Concurrent;
namespace Kafka.Producers
{
/// <summary>