Json deserialization support in java client
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 30/100
調査の方向性
Start by comparing KafkaJsonSchemaDeserializer.java, KafkaAvroDeserializer.java, and KafkaProtobufDeserializer.java, then inspect the Java client’s current protobuf deserialization entry point. Resolve the deserializer contract and return-type choice, and define how schema compatibility is validated. Done means the Java client accepts JSON input for firehose use with compatibility checks.
索引モデルが issue の本文から書いたものです。
説明
Is your feature request related to a problem? Please describe.
We want to add support to deserialize json data based on the provided schema
Describe the solution you'd like
As of now the client only has protobuf deserialization support, need to create generic interface contract for Deserializer which will be implemented for various data formats. On the lines of
- KafkaJsonSchemaDeserializer.java
- KafkaAvroDeserializer.java
- KafkaProtobufDeserializer.java
We need to do some poc on return type, whether to return actual class object or generic json object. But regardless of it, it should validate whether the given input data is compatible with the schema or no.
Additional context
We need this because we want to support different input data types in firehose, which currently only supports protobuf.
- 主要言語
- Go
- スター
- 237
- フォーク
- 42
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
raystack/stencil のほかの issue
-
難易度 4/5 3〜5日 初心者へのやさしさ 38/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 35/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
-
docs good first issue
難易度 2/5 1〜3時間 初心者へのやさしさ 35/100
raystack/stencil の issue をすべて見る
似ている issue
-
bug github_actions
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
registrystack/registry-stack#1393 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
JakeChampion/lang#10213 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
oasisprotocol/oasis-sdk#2523 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100