[
https://issues.apache.org/jira/browse/KAFKA-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883603#comment-13883603
]
Guozhang Wang commented on KAFKA-1227:
--------------------------------------
About reasoning the offset in RecordSend, the value should be
RecordSend.relative_offset + RecordSend.ProduceRequestResult.base_offset.
not just
RecordSend.relative_offset
Right? If yes we'd better update the KafkaProducer's comments accordingly
> Code dump of new producer
> -------------------------
>
> Key: KAFKA-1227
> URL: https://issues.apache.org/jira/browse/KAFKA-1227
> Project: Kafka
> Issue Type: New Feature
> Reporter: Jay Kreps
> Assignee: Jay Kreps
> Attachments: KAFKA-1227.patch
>
>
> The plan is to take a dump of the producer code "as is" and then do a series
> of post-commit reviews to get it into shape. This bug tracks just the code
> dump.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)