You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"io.github.azhur"%%"kafka-serde-zio-json"% version
88
+
)
89
+
```
90
+
83
91
## Usage
84
92
85
93
Mix `xxxSupport` into your code which requires implicit Kafka
@@ -96,6 +104,7 @@ Provide your implicit type class instances and the magic will convert them to Ka
96
104
- for play-json: `play.api.libs.json.Reads`, `play.api.libs.json.Writes`
97
105
- for upickle: `upickle.default.Reader`, `upickle.default.Writer`
98
106
- for scalapb: `scalapb.GeneratedMessageCompanion`
107
+
- for zio-json: `zio.json.JsonEncoder`, `zio.json.JsonDecoder`
99
108
100
109
For more info, please, take a look at unit tests and at `kafka-serde-scala-example` which is a kafka-streams (2.x) application with kafka-serde-scala usage.
0 commit comments