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
Stop setting record timestamp from meta fixes (#102)
Regarding this fix, DecatonClient no longer propagates TaskMetadata#timestampMillis to ProducerRecord#timestamp. ProducerRecord#timestamp will be set to System.currentTimeMillis by KafkaProducer internally, regardless of TaskMetadata.
New Features
Bug Fixes
Improvements
Other Changes
Add integration tests for BraveTracingProvider (#93)
MetricsTest should clear metrics in advance to make test result stable (#95)