public interface SubjectNamingStrategy
| Modifier and Type | Method and Description |
|---|---|
String |
toSubject(String subjectNamePrefix,
org.apache.avro.Schema schema)
Takes the Avro schema on input and returns the generated subject under which the
schema should be registered.
|
String toSubject(String subjectNamePrefix, org.apache.avro.Schema schema)
subjectNamePrefix - optional subject name prefixschema - schema to registerCopyright © 2021 Pivotal Software, Inc.. All rights reserved.