Description
Atm, Kafka Streams only has a defined "contract" about timestamp propagation at the Processor API level: all processor within a sub-topology, see the timestamp from the input topic record and this timestamp will be used for all result record when writing them to an topic, too.
For the DSL and also for custom operator, it would be desirable to allow timestamp manipulation for at Processor level for individual records that are forwarded.
Attachments
Issue Links
- blocks
-
KAFKA-6455 Improve timestamp propagation at DSL level
- Resolved
- duplicates
-
KAFKA-4219 Permit setting of event time in stream processor
- Resolved
- is a child of
-
KAFKA-6453 Document timestamp propagation semantics
- Resolved
- links to