Skip to content
代码片段 群组 项目
选择Git版本
  • eb93a518d883440c65c09d9be55f2b119b2cbd9a
  • trunk 默认 受保护
  • 3.7
  • 3.5
  • KAFKA-16411
  • cmccabe_2024_03_22_fix_closeables
  • 37_upgrade_comp_streams_tests
  • 37-upgrade-system-ttests
  • 3.7-version-bump
  • cmccabe_2024_02_26_fix
  • 37-snapshot
  • minor-ops-html-jbod
  • add-37-upgrade-notes
  • reconcile-upgrade-html
  • init_metadata_publishers
  • KAFKA-16101
  • KAFKA-16126
  • 3.4
  • KAFKA-16094
  • kafka-15987
  • 352_system_test
  • 3.6.2
  • 3.6.2-rc2
  • 3.6.2-rc1
  • 3.7.0
  • 3.7.0-rc4
  • 3.7.0-rc3
  • 3.7.0-rc2
  • 3.7.0-rc1
  • 3.7.0-rc0
  • 3.5.2
  • 3.6.1
  • 3.6.1-rc0
  • 3.5.2-rc1
  • 3.6.0
  • 3.6.0-rc2
  • 3.6.0-rc1
  • 3.6.0-rc0
  • cc-services/soak_cluster/v0.5624.0-7.6.0-0-ce
  • v0.5624.0-7.6.0-0-ce
  • cc-services/soak_cluster/v0.5623.0-7.6.0-0-ce
41 个结果

ce-events

  • 打开方式
  • 下载源代码
  • 下载目录
  • 您的工作区

      工作区是您在极狐GitLab 中的代码的虚拟沙盒环境。

      没有可用的代理来创建工作区。请查阅 工作区文档 进行故障排除。

  • 用户头像
    Xavier Léauté authored and GitHub committed
    The telemetry / metrics reporter fat jar included several classes that were not relocated.
    
    This changes fixes several problems:
    
    - update telemetry client/api to 1.174 to remove shaded zstd and lz4 classes from the telemetry jars that could conflict with the versions included by Kafka
    - all remaining ce-events transitve dependencies are now relocated to io.confluent.shaded
    - transitive grpc dependencies introduced by telemetry-client/api and opencensus are excluded in both ce-metrics and ce-events to avoid having to shade them (we do not rely on them in any form)
    - all remaining classes pulled in by ce-serializers and telemetry-api are now relocated for completeness
    - dependencies excluded from shading that are provided by kafka-clients are now specified without versions to ensure they get excluded from the shaded jar even if the versions defined by telemetry-client do not match the versions in ce-kafka
    - dependency on javax.el was removed in confluent-metrics since we'd rather avoid shading them for licensing reasons
    
    How this was verified:
    
    Dumping the contents of the confluent-metrics fat jar now shows the only classes that are included and not relocated to io.confluent.shaded are the ones defined in ce-metrics.
    6141720d
    历史
    用户头像 6141720d
    名称 最后提交 最后更新
    ..
    src