eiffel-community/eiffel-intelligence

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

Ouverte

#453 ouverte le 17 avr. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)Java (78 forks)auto 404
buggood first issue

Métriques du dépôt

Stars
 (12 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur