kafka/docs
Mehari Beyene 25b128de81
KAFKA-14991: KIP-937-Improve message timestamp validation (#14135)
This implementation introduces two new configurations `log.message.timestamp.before.max.ms` and `log.message.timestamp.after.max.ms` and deprecates `log.message.timestamp.difference.max.ms`.

The default value for all these three configs is maintained to be Long.MAX_VALUE for backward compatibility but with the newly added configurations we can have a finer control when validating message timestamps that are in the past and the future compared to the broker's timestamp.

To maintain backward compatibility if the default value of `log.message.timestamp.before.max.ms` is not changed, we are assuming users are still using the deprecated config `log.message.timestamp.difference.max.ms` and validation is done using its value. This ensures that existing customers who have customized the value of `log.message.timestamp.difference.max.ms` will continue to see no change in behavior.

Reviewers: Divij Vaidya <diviv@amazon.com>, Christo Lolov <lolovc@amazon.com>
2023-08-24 12:04:55 +02:00
..
documentation KAFKA-10679: [Streams] migrate kafka-site updated docs to kafka/docs (#9554) 2020-11-04 08:30:10 -05:00
images MINOR: Update site docs for ASF compliance (#12494) 2022-08-24 10:45:32 -04:00
js MINOR: Bump trunk to 3.6.0-SNAPSHOT (#13570) 2023-04-14 14:17:07 +02:00
streams KAFKA-15022: [10/N] docs for rack aware assignor (#14181) 2023-08-11 11:40:33 -07:00
api.html MINOR: Fix indentation for several doc pages (#10766) 2021-06-17 15:58:40 -04:00
configuration.html KAFKA-14669: Use the generated docs for MirrorMaker configs in the doc (#13658) 2023-07-18 11:27:19 -04:00
connect.html KAFKA-15233: Add documentation for plugin.discovery and connect-plugin-path (KIP-898) (#14068) 2023-08-10 16:16:11 -07:00
design.html MINOR: fix typos for doc (#13883) 2023-06-21 09:57:43 +02:00
documentation.html [MINOR] Update upgrade documentation for 3.4 (#13061) 2022-12-30 19:57:05 -08:00
ecosystem.html MINOR: Improve introduction section in docs to better cover connect and streams. Make uses and ecosystem pages stand alone. 2016-09-28 16:30:21 -07:00
implementation.html MINOR: Correct type of record batch CRC field (#13583) 2023-04-17 20:22:36 +08:00
introduction.html MINOR: Fix broken link in introduction.html (#11249) 2021-10-11 16:45:36 +02:00
migration.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
ops.html MINOR: fix docs markup (#14085) 2023-07-25 14:56:58 -07:00
protocol.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
quickstart.html KAFKA-14188; Getting started for Kafka with KRaft (#12604) 2022-09-08 16:22:09 -07:00
security.html KAFKA-15053: Use case insensitive validator for security.protocol config (#13831) 2023-06-29 10:13:21 +02:00
toc.html KAFKA-15233: Add documentation for plugin.discovery and connect-plugin-path (KIP-898) (#14068) 2023-08-10 16:16:11 -07:00
upgrade.html KAFKA-14991: KIP-937-Improve message timestamp validation (#14135) 2023-08-24 12:04:55 +02:00
uses.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00