Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Conversation

@debasishg
Copy link
Contributor

This PR is part of Issue #46 where we implement implicit Serde for join and leftJoin methods in KStreamS.

Copy link

@blublinsky blublinsky left a comment

Choose a reason for hiding this comment

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

LGTM

Produced.`with`(keySerde, valueSerde)

implicit def JoinedFromKVOSerde[K, V, VO](implicit keySerde: Serde[K], valueSerde: Serde[V], otherValueSerde: Serde[VO]): Joined[K, V, VO] = {
println(s"ks: $keySerde vs: $valueSerde ovs: $otherValueSerde")

Choose a reason for hiding this comment

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

This println should probably not make it into the repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops .. Thanks .. will remove ..

@debasishg debasishg merged commit 97d3a16 into develop Feb 26, 2018
@debasishg debasishg deleted the more-serde branch March 13, 2018 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

5 participants