Description
In working with Kafka Stream joining, it's sometimes the case that a join key is not actually present in the values of the joins themselves (if, for example, a previous transform generated an ephemeral join key.) In such cases, the actual key of the join is not available in the ValueJoiner implementation to be used to construct the final joined value. This can be worked around by explicitly threading the join key into the value if needed, but it seems like extending the interface to pass the join key along as well would be helpful.
Attachments
Issue Links
- Is contained by
-
KAFKA-4218 Enable access to key in ValueTransformer
- Resolved
- is related to
-
KAFKA-7842 Reducer should have (read) access to key
- Open
-
KAFKA-7843 Initializer should have (read) access to key
- Open
-
KAFKA-4726 ValueMapper should have (read) access to key
- Resolved
- links to
- mentioned in
-
Page Loading...