Skip to content

Conversation

philipp94831
Copy link
Member

No description provided.

@philipp94831 philipp94831 self-assigned this Sep 15, 2025
@philipp94831 philipp94831 marked this pull request as ready for review September 15, 2025 15:58
Copy link

*/
@RequiredArgsConstructor(access = AccessLevel.PACKAGE)
public class LineageHeaders {
private static final String LINEAGE_PREFIX = "lineage.";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should use a namespace that contains streams-bootstrap or make the header names configurable

<VR, KO, VO> KTableX<K, VR> leftJoin(KTable<KO, VO> other, BiFunction<K, V, KO> foreignKeyExtractor,
ValueJoiner<V, VO, VR> joiner, TableJoined<K, KO> tableJoined,
MaterializedX<K, VR, KeyValueStore<Bytes, byte[]>> materialized);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the use case for adding lineage to a KTable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can create a table directly via the StreamsBuilder. And because there is also the transformer API available, I added it for completeness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants