eiffel-community/eiffel-intelligence
NullPointerException thrown if meta.id is not found in a consumed event
开放
#453 创建于 2020年4月17日
buggood first issue
仓库指标
- 星标
- (12 个星标)
- PR 合并指标
- (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.