Package io.kroxylicious.proxy.filter.metadata


@ReturnValuesAreNonnullByDefault @DefaultAnnotationForParameters(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class) package io.kroxylicious.proxy.filter.metadata

APIs for resolving topic IDs to topic names and handling metadata-related errors.

Filters that need to translate topic IDs (e.g., from Fetch requests) to topic names can use TopicNameMapping to represent the results of such resolution, including handling of partial failures.