reaktivity / nukleus.spec

Nukleus Specification
Apache License 2.0
0 stars 6 forks source link

core.idl change to default Data frame payload to null #21

Closed cmebarrow closed 6 years ago

cmebarrow commented 6 years ago

Allows Data frames to have null payload (as distinct from zero length payload).

This is required for KTable support in the Kafka nukleus, where we need to be able to represent messages with value null.

Related PRs uptaking this change: