add custom prometheus metric

add tests for kafka consumer
This commit is contained in:
Denis Savosin
2024-10-08 11:41:26 +07:00
parent 377e20b871
commit 41b6d10059
11 changed files with 128 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ open class BaseUnitTest {
groupId = "group",
topics = "topic",
autoStartup = false,
autoOffsetReset = "none",
),
validation = KafkaProperties.Validation(
schema = mapOf("product-sync" to "foo"),