[ 
https://issues.apache.org/jira/browse/SPARK-28738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joseph Cooper updated SPARK-28738:
----------------------------------
    Description: 
It is possible to commit metadata with an offset to Kafka. Currently, the 
CanCommitOffsets API does not expose this functionality. See 
[https://github.com/apache/spark/blob/017919b636fd3ce43ccf5ec57f1c1842aa2130db/external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/DirectKafkaInputDStream.scala#L300]

 

We could add a commitSync function which commits an offset right away and 
accepts metadata.

  was:
It is possible to commit metadata with an offset to Kafka. Currently, the 
CanCommitOffsets API does not expose this functionality. See 
[https://github.com/apache/spark/blob/017919b636fd3ce43ccf5ec57f1c1842aa2130db/external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/DirectKafkaInputDStream.scala#L300]

 

We could make the commit queue take (OffsetRange, String) instead of just 
OffsetRange and copy the two existing commitAsync functions and make them take 
Array[(OffsetRange, String)].


> Add ability to include metadata in CanCommitOffsets API
> -------------------------------------------------------
>
>                 Key: SPARK-28738
>                 URL: https://issues.apache.org/jira/browse/SPARK-28738
>             Project: Spark
>          Issue Type: New Feature
>          Components: DStreams
>    Affects Versions: 2.4.4
>            Reporter: Joseph Cooper
>            Priority: Major
>
> It is possible to commit metadata with an offset to Kafka. Currently, the 
> CanCommitOffsets API does not expose this functionality. See 
> [https://github.com/apache/spark/blob/017919b636fd3ce43ccf5ec57f1c1842aa2130db/external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/DirectKafkaInputDStream.scala#L300]
>  
> We could add a commitSync function which commits an offset right away and 
> accepts metadata.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to