conduktor.io ↗

Kafka Exception BootstrapResolutionException

org.apache.kafka.common.errors.BootstrapResolutionException
Non-retriable Client

Indicates that the NetworkClient was unable to resolve a DNS address within the time specified by BOOTSTRAP_RESOLVE_TIMEOUT_MS_CONFIG. This is an unrecoverable error: the failure is permanently attached to the client and is re-thrown on every subsequent API call. Callers must close the client and construct a new one after resolving the underlying DNS or bootstrap.servers configuration issue. This exception is only thrown when bootstrap.resolve.timeout.ms is set to a positive value. This feature is evolving and may undergo compatibility-breaking changes in a minor release.

Related

Related Client exceptions: DisconnectException · InterruptException · LogTruncationException

Hitting BootstrapResolutionException in production? Conduktor Console gives you real-time visibility into clients, consumer groups, and broker health. Browse every Kafka exception or protocol error code.