influxdata / influxdata/influxdb-java

Could you make add methods(getTags, getField) in Point Class?

オープン
#428 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
1.2k
フォーク
469
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi,
I want to extract only the Tags and Fields in the failedPoints(Iterable) in the lower part and create them as a file.

influxDB.enableBatch(BatchOptions.DEFAULTS.exceptionHandler(
(failedPoints, throwable) -> { /* custom error handling here */ })
);

However, Point does not seem to be serialized(implements Serializable) so it can not be created file in object form(writeObject)

I want to directly extract the Iteralable my Tags and Fields and create it as a file.
Are there any plans to create public getTags and getFields methods in Point class?
(GetTags method should only add public access modifier.)

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

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

調査の方向性

まず Point クラスを見つけ、タグとフィールドがどのように表現され、アクセスされているかを確認します。既存の Point テストを確認してから、要求された public accessor を追加し、failedPoints を処理する呼び出し元がファイル作成のためにタグとフィールドを取得できることを検証します。

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

評価

技術スタック
java
領域
api
issue の種類
機能追加
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
42/100

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

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