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

Commit 0cd5df6

Browse files
committed
Updated README
1 parent 9805988 commit 0cd5df6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ Not only the serdes, but `DefaultSerdes` also brings into scope implicit `Seria
118118
Just one import of `DefaultSerdes._` and the following code does not need a bit of `Serialized`, `Produced`, `Consumed` or `Joined` to be specified explicitly or through the default config. **And the best part is that for any missing instances of these you get a compilation error.** ..
119119

120120
```scala
121+
import DefaultSerdes._
122+
121123
val clicksPerRegion: KTableS[String, Long] =
122124
userClicksStream
123125

0 commit comments

Comments
 (0)