Levani Kokhreidze created KAFKA-8871:
----------------------------------------
Summary: Allow timestamp manipulation in ValueTransformerWithKey
Key: KAFKA-8871
URL: https://issues.apache.org/jira/browse/KAFKA-8871
Project: Kafka
Issue Type: New Feature
Components: streams
Reporter: Levani Kokhreidze
h3. Motivation
When using `KStream#transform` in Kafka Streams DSL to manipulate the
timestamp, `KStreamImpl#transform` implementation marks *repartitionRequired*
as *true,* which isn't necessarily okay when one may just want to manipulate
with timestamp without affecting the key. It would be great if DSL user could
manipulate the timestamp in `ValueTransformerWithKey`.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)