kafka/connect
Ken Huang 676e0f2ad6
CI / build (push) Waiting to run Details
KAFKA-19139 Plugin#wrapInstance should use LinkedHashMap instead of Map (#19519)
There will be an update to the PluginMetrics#metricName method: the type
of the tags parameter will be changed
from Map to LinkedHashMap.
This change is necessary because the order of metric tags is important
1. If the tag order is inconsistent, identical metrics may be treated as
distinct ones by the metrics backend
2. KAFKA-18390 is updating metric naming to use LinkedHashMap. For
consistency, we should follow the same approach here.

Reviewers: TengYao Chi <frankvicky@apache.org>, Jhen-Yung Hsu
 <jhenyunghsu@gmail.com>, lllilllilllilili
2025-04-30 10:43:01 +08:00
..
api KAFKA-15995: Adding KIP-877 support to Connect (#17804) 2025-02-11 18:27:15 +01:00
basic-auth-extension KAFKA-16437 Upgrade to Jakarta and Jetty 12 (KIP-1032) (#16754) 2024-12-11 23:24:14 +08:00
file/src KAFKA-19137 Use `StandardCharsets.UTF_8` instead of `StandardCharsets.UTF_8.name()` (#19464) 2025-04-15 23:44:00 +08:00
json Use `instanceof` pattern to avoid explicit cast (#18373) 2025-01-02 09:32:51 -08:00
mirror/src KAFKA-17897 Deprecate Admin.listConsumerGroups (#19477) 2025-04-17 23:00:57 +08:00
mirror-client/src KAFKA-18864:remove the Evolving tag from stable public interfaces (#19036) 2025-02-28 13:24:24 -08:00
runtime/src KAFKA-19139 Plugin#wrapInstance should use LinkedHashMap instead of Map (#19519) 2025-04-30 10:43:01 +08:00
test-plugins/src/main MINOR: Add javadoc for Connect public packages/classes (#16404) 2024-06-21 10:23:35 +02:00
transforms/src MINOR: Fix typos in multiple files (#19102) 2025-03-05 14:27:32 +00:00