ArroyoSystems / arroyo

Distributed stream processing engine in Rust

Home Page:https://arroyo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka connect schemas should not include unsigned numeric types

mwylde opened this issue · comments

Kafka connect (as a Java system) only supports signed types, but currently we generate schemas that differentiate between signed and unsigned integers. We should instead always return signed types (int16, int32, int164) when generating connect json schemas.