conduktor.io ↗

message.timestamp.before.max.ms — Kafka topic Configuration

This configuration sets the allowable timestamp difference between the broker's timestamp and the message timestamp. The message timestamp can be earlier than or equal to the broker's timestamp, with the maximum allowable difference determined by the value set in this configuration.

Description

This configuration sets the allowable timestamp difference between the broker's timestamp and the message timestamp. The message timestamp can be earlier than or equal to the broker's timestamp, with the maximum allowable difference determined by the value set in this configuration. If message.timestamp.type=CreateTime, the message will be rejected if the difference in timestamps exceeds this specified threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.

Default Values by Kafka Version

Kafka VersionDefault Value
3.69223372036854775807
3.79223372036854775807
3.89223372036854775807
3.99223372036854775807
4.09223372036854775807
4.19223372036854775807
4.29223372036854775807
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.