public final class AvroGenericUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AvroGenericUtils.SchemaNameStrategy |
static class |
AvroGenericUtils.ValueWithSequenceAvroHelper |
Constructor and Description |
---|
AvroGenericUtils() |
Modifier and Type | Method and Description |
---|---|
static org.apache.kafka.common.serialization.Serde<org.apache.avro.generic.GenericRecord> |
genericAvroSerde(String schemaRegistryUrl,
boolean useMockSchemaRegistry,
boolean isKey) |
static org.apache.kafka.common.serialization.Serde<org.apache.avro.generic.GenericRecord> |
genericAvroSerde(String schemaRegistryUrl,
boolean useMockSchemaRegistry,
boolean isKey,
AvroGenericUtils.SchemaNameStrategy schemaNameStrategy) |
public static org.apache.kafka.common.serialization.Serde<org.apache.avro.generic.GenericRecord> genericAvroSerde(String schemaRegistryUrl, boolean useMockSchemaRegistry, boolean isKey)
public static org.apache.kafka.common.serialization.Serde<org.apache.avro.generic.GenericRecord> genericAvroSerde(String schemaRegistryUrl, boolean useMockSchemaRegistry, boolean isKey, AvroGenericUtils.SchemaNameStrategy schemaNameStrategy)
Copyright © 2019. All rights reserved.