confluentinc / confluent-kafka-dotnet

Confluent's Apache Kafka .NET client
https://github.com/confluentinc/confluent-kafka-dotnet/wiki
Apache License 2.0
60 stars 862 forks source link

feat: adding caching to GetLatestSchemaAsync #2233

Closed amstee closed 2 months ago

amstee commented 3 months ago

adding caching to GetLatestSchemaAsync to improve subsequent calls if a user sets: UseLatestVersion

I see those changes have already been made for Go

cla-assistant[bot] commented 3 months ago

CLA assistant check
All committers have signed the CLA.

rayokota commented 2 months ago

Thanks, caching was added in https://github.com/confluentinc/confluent-kafka-dotnet/pull/2226