[
https://issues.apache.org/jira/browse/BEAM-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213115#comment-16213115
]
ASF GitHub Bot commented on BEAM-1936:
--------------------------------------
Github user rniemo-g closed the pull request at:
https://github.com/apache/beam/pull/3933
> Allow user provided function to extract custom timestamp from payload in
> pubsubIO
> ---------------------------------------------------------------------------------
>
> Key: BEAM-1936
> URL: https://issues.apache.org/jira/browse/BEAM-1936
> Project: Beam
> Issue Type: New Feature
> Components: sdk-java-gcp
> Reporter: Keith Berkoben
>
> Currently the PubsubIO runner only allows the caller to set a custom
> timestamp if the timestamp is defined in the attributes of the message. This
> can be problematic when the user does not control the publisher. In such a
> case, proper windowing of data requires the timestamp to be pulled out of the
> message payload.
> Since a payload could have arbitrary data, the user would have to provide a
> Function<T, String>() that would extract the timestamp from the payload:
> PubsubIo.Read.timestampLabel(Function<T, String> extractor);
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)