Skip to content

Commit

Permalink
må være public
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Aug 27, 2024
1 parent 20a3ac6 commit c263a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class KafkaRapid(
}
}

internal fun getMetrics() = listOf(KafkaClientMetrics(consumer), KafkaClientMetrics(producer))
fun getMetrics() = listOf(KafkaClientMetrics(consumer), KafkaClientMetrics(producer))

companion object {
private const val Stopped = false
Expand Down

0 comments on commit c263a5f

Please sign in to comment.