Bill Bejeck created KAFKA-8615: ---------------------------------- Summary: Change to track partition time breaks TimestampExtractor Key: KAFKA-8615 URL: https://issues.apache.org/jira/browse/KAFKA-8615 Project: Kafka Issue Type: Bug Affects Versions: 2.3.0 Reporter: Bill Bejeck Assignee: Bill Bejeck
>From the users mailing list {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* *long* extract(ConsumerRecord<Object, Object> record, *long* previousTimestamp) is always returning -1 as value. 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)