Aiven-Open/cloud-storage-connectors-for-apache-kafka

Migrate deprecated configuration option processing ExtendedConfigKey processing.

Open

#533 建立於 2025年9月26日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Java (37 fork)auto 404
S3enhancementgood first issue

倉庫指標

Star
 (56 star)
PR 合併指標
 (PR 指標待抓取)

描述

Aiven-commons project has an ExtendedConfigKey that handles deprecation notification.

This change is to move deprecation processing (mostly in S3) to use the ExtendedConfigKey in preparation to moving to aiven-commons.

The tasks involved here are to

  1. Copy the aiven-commons / kafka-config / src/java packages to the commons / src directory of this project.
  2. Modify the code that processed deprecated configuration options (mostly in S3) to use the ExtendedConfigKey for all deprecated options.
  3. Modify the code to ensure that use of deprecated options is reported in the log.

貢獻者指南