[
https://issues.apache.org/jira/browse/KAFKA-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654916#comment-15654916
]
Mark Shelton commented on KAFKA-4394:
-------------------------------------
Great thank you for the pointer. This is sufficient to get the use case done.
Closing issue.
> Processor API does not receive timestamp and/or ConsumerRecord
> ---------------------------------------------------------------
>
> Key: KAFKA-4394
> URL: https://issues.apache.org/jira/browse/KAFKA-4394
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Affects Versions: 0.10.0.1
> Reporter: Mark Shelton
> Assignee: Guozhang Wang
> Priority: Critical
>
> I'm trying to implement a custom low-level processor by implementing
> org.apache.kafka.streams.processor.Processor or AbstractProcessor.
> The "process(K key, V value)" process method only receives the key and value
> and does not provide access to timestamp or other information from
> ConsumerRecord. It is critical for me to get access to the message timestamp.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)