- maybeMergeOptions(Properties, String, OptionSet, OptionSpec<T>) - Static method in class org.apache.kafka.server.util.CommandLineUtils
-
Merge the options into props
for key key
, with the following precedence, from high to low:
1) if spec
is specified on options
explicitly, use the value;
2) if props
already has key
set, keep it;
3) otherwise, use the default value of spec
.
- maybePrintHelpOrVersion(CommandDefaultOptions, String) - Static method in class org.apache.kafka.server.util.CommandLineUtils
-
Check and print help message if there is no options or `--help` option
from command line, if `--version` is specified on the command line
print version information and exit.
- message() - Method in class org.apache.kafka.server.common.ApiMessageAndVersion
-
- MetadataParseException - Exception in org.apache.kafka.server.common.serialization
-
An exception indicating that we failed to parse a metadata entry.
- MetadataParseException(String) - Constructor for exception org.apache.kafka.server.common.serialization.MetadataParseException
-
- MetadataParseException(Throwable) - Constructor for exception org.apache.kafka.server.common.serialization.MetadataParseException
-
- MetadataParseException(String, Throwable) - Constructor for exception org.apache.kafka.server.common.serialization.MetadataParseException
-
- MetadataVersion - Enum in org.apache.kafka.server.common
-
This class contains the different Kafka versions.
- MetadataVersionValidator - Class in org.apache.kafka.server.common
-
- MetadataVersionValidator() - Constructor for class org.apache.kafka.server.common.MetadataVersionValidator
-
- metricName(String, Map<String, String>) - Method in class org.apache.kafka.server.metrics.KafkaMetricsGroup
-
Creates a new MetricName object for gauges, meters, etc.
- MINIMUM_BOOTSTRAP_VERSION - Static variable in enum org.apache.kafka.server.common.MetadataVersion
-
The first version we currently support in the bootstrap metadata.
- MINIMUM_KRAFT_VERSION - Static variable in enum org.apache.kafka.server.common.MetadataVersion
-
The first version we currently support in KRaft.
- minSupportedFor(RecordVersion) - Static method in enum org.apache.kafka.server.common.MetadataVersion
-
Return the minimum `MetadataVersion` that supports `RecordVersion`.
- MINUTES_TO_MILLISECONDS - Static variable in class org.apache.kafka.server.config.ConfigSynonym
-