refactor validator, add tests

This commit is contained in:
Denis Savosin
2024-10-11 13:16:59 +07:00
parent ddff3675e8
commit 7cd50456a0
6 changed files with 150 additions and 42 deletions

View File

@@ -27,7 +27,7 @@ open class BaseUnitTest {
autoOffsetReset = "none",
),
validation = KafkaProperties.Validation(
schema = mapOf("product-sync" to "foo"),
schema = mapOf("product-sync" to "product/sync.json"),
),
)
}