You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2023/04/17 13:33:49 UTC

[kafka] branch 3.5 updated (e5ef2dcb2aa -> f2e1e90c01e)

This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a change to branch 3.5
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from e5ef2dcb2aa MINOR: Add JmxTool wrapper scripts and redirection (KIP-906) (#13195)
     add f2e1e90c01e MINOR: Add EndToEndLatency wrapper scripts and redirection (KIP-906) (#13556)

No new revisions were added by this update.

Summary of changes:
 bin/{kafka-consumer-groups.sh => kafka-e2e-latency.sh}               | 2 +-
 bin/windows/{kafka-configs.bat => kafka-e2e-latency.bat}             | 2 +-
 .../main/scala/kafka/tools/{JmxTool.scala => EndToEndLatency.scala}  | 5 +++--
 docs/upgrade.html                                                    | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)
 copy bin/{kafka-consumer-groups.sh => kafka-e2e-latency.sh} (90%)
 copy bin/windows/{kafka-configs.bat => kafka-e2e-latency.bat} (92%)
 copy core/src/main/scala/kafka/tools/{JmxTool.scala => EndToEndLatency.scala} (91%)