Setting compatibility from .Net SDK

is there a way to set compatibility mode from .Net client per subject (other than default)? didnt find anything in Consfluent.SchemaRegistry + Serdes .Net api namespaces .

only path I can think of is to wrap http call around http://localhost:8081/config/someSubject

is there something other than http call, something straight from SDK?

many thanks for help

Have you looked at the source? If you can’t find a way there, then it’s likely that there isn’t one. confluent-kafka-dotnet/src at master · confluentinc/confluent-kafka-dotnet · GitHub

Thanks for advice, doesn’t look like there is an .Net SDK call.