As soon as we have stream we can model those more sane
k
kushalp
06/03/2020, 5:27 PM
What stream are you referring to in this case?
r
raulraja
06/03/2020, 8:02 PM
The one @simon.vergauwen is working on for Arrow Fx, I mean a Stream datatype.
k
kushalp
06/03/2020, 8:43 PM
@simon.vergauwen more than happy to provide feedback or play around if you have something in a branch?
s
simon.vergauwen
06/03/2020, 9:15 PM
I don’t have something publicly available yet, but I plan to open a PR next month or so when I’ve had some more time to work out some of the rough edges. I’ll keep everyone posted here 😉
🙌 2
k
kushalp
06/09/2020, 8:15 PM
Just to add something to the discussion on the stream model: it would be massively powerful for it to interop cleanly with the Avro Java library (where Java objects/builders are generated from
.avsc
files) and the avro4k library. The former is useful when building consumers/producers that work with schemas provided as
.avsc
schema files, whilst the latter is useful when operating on
data class
records that use
kotlinx.serialization
s
simon.vergauwen
06/11/2020, 8:28 AM
Hey, that should definitely be easily possible 🙂 I’m reaching final stages of designing, and it’s looking good to share soon.