This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
Features
Producer
- add metadata capabilities
Improvements
Consumer
- simplify metadata interface
Changes
KafkaAvroSchema
- the new default for latest schema version is not
null
anymore but-1
- version is not nullable anymore
- added
const LATEST_VERSION
to the interface
Fixes
ProducerBuilder
- return correct type for
build