[ https://issues.apache.org/jira/browse/KAFKA-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bill Bejeck reassigned KAFKA-8615: ---------------------------------- Assignee: Sophie Blee-Goldman (was: Bill Bejeck) > Change to track partition time breaks TimestampExtractor > -------------------------------------------------------- > > Key: KAFKA-8615 > URL: https://issues.apache.org/jira/browse/KAFKA-8615 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 2.3.0 > Reporter: Bill Bejeck > Assignee: Sophie Blee-Goldman > Priority: Major > > From the users mailing list, *UPDATED* by Jonathan Santilli: > {noformat} > Am testing the new version 2.3 for Kafka Streams specifically. I have noticed > that now, the implementation of the method extract from the > interface org.apache.kafka.streams.processor.TimestampExtractor: > public class OwnTimeExtractor implements TimestampExtractor { > @Override > public long extract(final ConsumerRecord<Object, Object> record, final > long previousTimestamp) { > // previousTimestamp is always == -1. For version 2.3 > } > } > Previous version 2.2.1 was returning the correct value for the record > partition. > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)