Change log¶
0.1.0 (2019-01-30)¶
Initial release of Kafkit!
This release includes the kafkit.registry
package with a working Confluent Schema Registry API client implemented with a sans I/O design.
There are two client implementations.
One is designed for aiohttp users (kafkit.registry.aiohttp.RegistryClient
), and the other is for I/O-free unit testing (kafkit.registry.sansio.MockRegistryApi
).
The clients include schema caches so they can be used as both local stores of schemas, in addition to accessors for remote schemas.
The release also includes a suite of Avro message serializers and deserializers that integrate with Confluent Schema Registry and the Confluent Wire Format (kafkit.registry.serializer
).
[DM-17058]