eiffel-community/eiffel-intelligence

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

開放

#453 建立於 2020年4月17日

 (1 則留言) (0 個反應) (0 位負責人)Java (78 個分叉)auto 404
buggood first issue

倉庫指標

星標
 (12 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南