Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jul 6, 2020
1 parent 86d8366 commit dfea2f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ private <K, V> void addListener(DefaultKafkaProducerFactory<K, V> factory, Meter

@Configuration(proxyBeanMethods = false)
@ConditionalOnClass({ KafkaStreamsMetrics.class, StreamsBuilderFactoryBean.class })
static class KafkaStreamsMetricsAutoConfiguration {
static class KafkaStreamsMetricsConfiguration {

@Bean
StreamsBuilderFactoryBeanCustomizer kafkaStreamsProducerMetrics(MeterRegistry meterRegistry) {
Expand Down

0 comments on commit dfea2f4

Please sign in to comment.