googleapis / googleapis/google-cloudevents-java
Add support for Pub/Sub
- 主要言語
- Java
- スター
- 22
- フォーク
- 10
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## Current Behavior
Pub/Sub messages are incompatible with protojson parsing. This is because Pub/Sub messages include duplicate fields `message_id`/`messageId`, and `publish_time`/`publishTime`, which the protobuf spec indicates is invalid.
Note: parsing can also error on the "@type" field
## Expected Behavior
Tooling that allows for parsing of duplicated fields.
コントリビューションガイド
調査の方向性
Start by locating the Java protojson parsing path and the Pub/Sub CloudEvent message definitions; the issue names no files or tests. Reproduce parsing with duplicate message_id/messageId and publish_time/publishTime fields, then check the @type case. Done means the tooling accepts these Pub/Sub messages without parsing errors.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100