You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Kafka component register AppInfo metrics to track the application
start time or commit-id etc. These metrics are useful for monitoring and
debugging. However, the AppInfo doesn't provide client-id, which is an
important information for custom metrics reporter.
The AppInfoParser class registers a JMX MBean with the provided
client-id, but when it adds metrics to the Metrics registry, the
client-id is not included. This KIP aims to add the client-id as a tag.
Reviewers: Chia-Ping Tsai <[email protected]>
<li>The <code>--whitelist</code> option was removed from the <code>kafka-console-consumer</code> command line tool.
424
439
Please use <code>--include</code> instead.
425
440
</li>
426
-
<li>Redirections from the old tools packages have been removed:
427
-
<code>kafka.admin.FeatureCommand</code>,
428
-
<code>kafka.tools.ClusterTool</code>,
441
+
<li>Redirections from the old tools packages have been removed:
442
+
<code>kafka.admin.FeatureCommand</code>,
443
+
<code>kafka.tools.ClusterTool</code>,
429
444
<code>kafka.tools.EndToEndLatency</code>,
430
-
<code>kafka.tools.StateChangeLogMerger</code>,
431
-
<code>kafka.tools.StreamsResetter</code>,
445
+
<code>kafka.tools.StateChangeLogMerger</code>,
446
+
<code>kafka.tools.StreamsResetter</code>,
432
447
<code>kafka.tools.JmxTool</code>.
433
448
</li>
434
449
<li>The <code>--authorizer</code>, <code>--authorizer-properties</code>, and <code>--zk-tls-config-file</code> options were removed from the <code>kafka-acls</code> command line tool.
<li>The deprecated <code>sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String)</code> method has been removed from the Producer API.
494
509
</li>
495
-
<li>The default <code>linger.ms</code> changed from 0 to 5 in Apache Kafka 4.0 as the efficiency gains from larger batches typically result in
510
+
<li>The default <code>linger.ms</code> changed from 0 to 5 in Apache Kafka 4.0 as the efficiency gains from larger batches typically result in
496
511
similar or lower producer latency despite the increased linger.
0 commit comments