Checkstyle cleanup

This commit is contained in:
Soby Chacko
2020-12-10 21:35:16 -05:00
parent e5c8976611
commit 53a8ea39cf

View File

@@ -70,6 +70,9 @@ public class KafkaBinderMetrics
private static final Log LOG = LogFactory.getLog(KafkaBinderMetrics.class);
/**
* Offset lag micrometer metric name. This can be used for meter filtering.
*/
public static final String OFFSET_LAG_METRIC_NAME = "spring.cloud.stream.binder.kafka.offset";
private final KafkaMessageChannelBinder binder;