brimdata / zync

Kafka connector to sync Zed lakes to and from Kafka topics
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

connectjson: improve decode performance #87

Closed nwt closed 2 years ago

nwt commented 2 years ago

Decoder.Decode relies on github.com/brimdata/zed/zson.ParseValue, which is slow. Replace that with a github.com/brimdata/zed/zio/jsonio.Reader for better performance.