Add CorrelationId logic into Spring Starter

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

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
spring, spring-boot

調査の方向性

プロジェクト内の Spring Boot starter module を調べて、その構造を理解してください。correlation ID filter/interceptor を追加し、SLF4J の MDC と統合する Spring Boot auto-configuration の作成方法を調査してください。既存の logging configuration を確認し、log patterns に correlation ID を自動的に含める方法を確認してください。動作する実装では、HTTP requests を通じて伝播し、すべての log messages に表示される correlation ID を提供する必要があります。

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

説明

enhancement

One thing that is commonly required in FluentForms app server code is the need for a correlation id (an ID that is optionally provided by a caller that travels with and identifies a particular transaction). We have utilized such code in previous projects, however it would be nice if it could be incorporated into the Spring Boot starter so that it is easy and has a minimal amount of boilerplate code.

It would also be nice if it autoconfigures logging to incorporate the correlation id in all log messages. To do this, it could utilized SLF4J's Mapped Diagnostic Context (see here also).

主要言語
Java
スター
7
フォーク
8
PR マージ指標
30日以内にマージされた PR はありません

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

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

はじめの一歩

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

4PointSolutions/FluentFormsAPI のほかの issue

4PointSolutions/FluentFormsAPI の issue をすべて見る

似ている issue

Java の issue をもっと見る

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

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