This is an automated email from the ASF dual-hosted git repository.
rhauch pushed a change to branch 2.6
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 2dbad36 MINOR: Change the order that Connect calls `config()` and `validate()` to
avoid validating if the required ConfigDef is null (#8810)
new c5333d5 KAFKA-10110: Corrected potential NPE when null label value added to KafkaMetricsContext
(#8811)
new 2eeac88 KAFKA-10111: Make SinkTaskContext.errantRecordReporter() a default method
(#8814)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../kafka/common/metrics/KafkaMetricsContext.java | 2 +-
.../common/metrics/KafkaMetricsContextTest.java | 89 ++++++++++++++++++++++
.../apache/kafka/connect/sink/SinkTaskContext.java | 4 +-
3 files changed, 93 insertions(+), 2 deletions(-)
create mode 100644 clients/src/test/java/org/apache/kafka/common/metrics/KafkaMetricsContextTest.java
|