eiffel-community/eiffel-intelligence

NullPointerException thrown if meta.id is not found in a consumed event

オープン

#453 opened on 2020/04/17

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Java (78 件のフォーク)auto 404
buggood first issue

Repository metrics

Stars
 (12 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Description

EventHandler throwns a NullPointerException if the meta.id field is not found in consumed event. This can be done better with the event being ignored and better message in the log. There is no actual validation of the event with a schema and it is this way by design to allow technically any type of protocol.

Motivation

A better explanation in the log.

Exemplification

Benefits

Possible Drawbacks

コントリビューターガイド