public final class ServerTopicConfigSynonyms extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,List<ConfigSynonym>> |
ALL_TOPIC_CONFIG_SYNONYMS
Maps topic configurations to their equivalent broker configurations.
|
static Map<String,String> |
TOPIC_CONFIG_SYNONYMS
Map topic config to the server config with the highest priority.
|
| Constructor and Description |
|---|
ServerTopicConfigSynonyms() |
| Modifier and Type | Method and Description |
|---|---|
static String |
serverSynonym(String topicConfigName)
Return the server config with the highest priority for `topicConfigName` if it exists.
|
public static final Map<String,List<ConfigSynonym>> ALL_TOPIC_CONFIG_SYNONYMS
public static final Map<String,String> TOPIC_CONFIG_SYNONYMS