public interface ContextNameStrategy
extends org.apache.kafka.common.Configurable
ContextNameStrategy is used by a serializer or deserializer to determine
the context name used with the schema registry.| Modifier and Type | Method and Description |
|---|---|
default void |
configure(Map<String,?> var1) |
String |
contextName(String topic)
For a given topic, returns the context name to use.
|
Copyright © 2025 Confluent, Inc.. All rights reserved.