Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Rename prefix for additional properties for KafkaStreamReader

オープン
#91 コメント 1 件 リアクション 1 件 担当者 1 名 GitHub で見る

@kevinwallimann がすでに取り組んでいます。

2020年2月10日 から。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
リファクタリング
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
kafka, scala, spark

調査の方向性

まず KafkaStreamReader の実装を特定し、reader.options. プレフィックスとそのプロパティ処理を検索します。追加プロパティのプレフィックスを reader.kafka.options. に更新し、移行ガイダンスが影響を受けるすべての reader.options キーを網羅していることを確認します。

索引モデルが issue の本文から書いたものです。

説明

breaking-changes

Currently, additional properties for the KafkaStreamReader have to be specified with the prefix reader.options. E.g. reader.options.kafka.security.protocol or reader.options.kafka.ssl.key.password

This prefix is inconsistent with all other properties which start with decoder.avro., writer.parquet., manager.checkpoint or transformer.columns.. The properties for the KafkaStreamReader should start with reader.kafka., i.e. reader.kafka.options.kafka.security.protocol.

For additional properties like reader.options.failOnDataLoss or reader.options.minPartitions it's hard to find out which reader implementation they belong to.

Tasks

  • Change prefix for additional properties for KafkaStreamReader to reader.kafka.options.

How to migrate

  • All property keys starting with reader.options have to be replaced by reader.kafka.options
主要言語
Scala
スター
47
フォーク
14
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

AbsaOSS/hyperdrive のほかの issue

AbsaOSS/hyperdrive の issue をすべて見る

似ている issue

Scala の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。