confluent-kafka-dotnet
Show / Hide Table of Contents

Delegate SubjectNameStrategyDelegate

Construct the subject name under which the schema associated with a record should be registered in Schema Registry.

Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public delegate string SubjectNameStrategyDelegate(SerializationContext context, string recordType)
Parameters
TypeNameDescription
SerializationContextcontext

The serialization context.

stringrecordType

The type name of the data being written.

Returns
TypeDescription
stringConstruct the subject name under which the schema associated with a record should be registered in Schema Registry.
In this article