mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 00:32:34 +03:00
add custom prometheus metric
add tests for kafka consumer
This commit is contained in:
@@ -24,6 +24,7 @@ open class BaseUnitTest {
|
||||
groupId = "group",
|
||||
topics = "topic",
|
||||
autoStartup = false,
|
||||
autoOffsetReset = "none",
|
||||
),
|
||||
validation = KafkaProperties.Validation(
|
||||
schema = mapOf("product-sync" to "foo"),
|
||||
|
||||
Reference in New Issue
Block a user