DataCater / datacater

The developer-friendly ETL platform for transforming data in real-time. Based on Apache Kafka® and Kubernetes®.
https://datacater.io
Other
82 stars 4 forks source link

Stream message payload should return a Java-object #36

Closed ChrisRousey closed 1 year ago

ChrisRousey commented 1 year ago

as of now, our streammessage object can only accept JSON key/value pairs. This will work for out customer json and avro serde, because these always resolve to jsonobjects. Useing other serde (bytearray, etc.) will cause an error.

We should update and test the streammessage with using a java-object instead.