Interface LeaderAwareSchemaRegistry
- All Known Implementing Classes:
KafkaSchemaRegistry
public interface LeaderAwareSchemaRegistry
Internal interface for schema registry implementations. Used as a restricted interface for
LeaderElectors to interact with.
-
Method Summary
-
Method Details
-
setLeader
void setLeader(SchemaRegistryIdentity newLeader) throws SchemaRegistryTimeoutException, SchemaRegistryStoreException, IdGenerationException
-