Closed Otanikotani closed 3 years ago
Adds a missing null check into KinesisHeaderable. This is needed to properly parse records without _datadog attribute
_datadog
We got some NPEs in our logs and figured that is causing the issue.
Added a new unit test
Sorry I missed that null check in the first PR.
What does this PR do?
Adds a missing null check into KinesisHeaderable. This is needed to properly parse records without
_datadog
attributeMotivation
We got some NPEs in our logs and figured that is causing the issue.
Testing Guidelines
Added a new unit test
Additional Notes
Types of changes
Checklist