You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new datadog.parse_record_headers option was added. When set to true the Kafka Record Headers are parsed and passed to DataDog as a kafkaheaders object. #49 by @jm1221d
A new datadog.add_published_date option was added. When set to true the published_date field is added to all published events using the Kafka
message timestamp as the value. Thanks to @nyk0322.
Decimal values are now encoded as numeric types when sending to Datadog rather
than base64-encoded bytes.