-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Stalelifecycle/staletype/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Is your enhancement request related to a problem? Please describe.
SchemaRegistryService is hardcoded to use SchemaRegistryServiceImpl in org.apache.pulsar.broker.service.schema.SchemaRegistryService#create
this is required because we want to use custom schema store with custom compatibility checks.
Describe the solution you'd like
broker.conf will have a new config called schemaRegistryClassName which will have the name of the class to be used
Metadata
Metadata
Assignees
Labels
Stalelifecycle/staletype/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages