gklijs / schema_registry_converter

A crate to convert bytes to something more useable and the other way around in a way Compatible with the Confluent Schema Registry. Supporting Avro, Protobuf, Json schema, and both async and blocking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add integration tests against actual kafka cluster, covering all options.

gklijs opened this issue · comments

Currently there are no unit tests, and there are some bugs because of it. Both to validate the bugs fixed, and to prevent similar errors in the feature some integration tests are needed. This also helps making sure the library stays working with new versions of the schema registry.

with the merge of development there are now 6 tests for both the producer and consumer, and both for the key and value use, for all 6 strategies.