ImFlog/schema-registry-plugin

Use testContainers for schema registry tests

ImFlog opened this issue · 2 comments

Currently the test rely heavily on Wiremock to fake responses. It's great for edge case scenarios but for common operation it would be better to use a real Schema Registry.
We could use https://github.com/testcontainers/testcontainers-java with the Kafka module to do so.

It seems that the module is not spawning a Schema-registry container. We will rely on testcontainer docker-compose.

Closed by #44