[ https://issues.apache.org/jira/browse/KAFKA-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14511277#comment-14511277 ]
Reece Markowsky edited comment on KAFKA-2148 at 4/24/15 4:13 PM: ----------------------------------------------------------------- Thanks for the quick reply. Confused, but will see if I can see what you mean. We just upgraded to 0.8.2 and my batching code is broken now. was (Author: reecemarkowsky): Thanks Jay! > version 0.8.2 breaks semantic versioning > ---------------------------------------- > > Key: KAFKA-2148 > URL: https://issues.apache.org/jira/browse/KAFKA-2148 > Project: Kafka > Issue Type: Bug > Components: producer > Affects Versions: 0.8.2.0 > Reporter: Reece Markowsky > Assignee: Jun Rao > Labels: api, producer > > version 0.8.2 of the Producer API drops support for sending a list of > KeyedMessage (present in 0.8.1) > the call present in Producer version 0.8.1 > http://kafka.apache.org/081/api.html > public void send(List<KeyedMessage<K,V>> messages); > is not present (breaking semantic versioning) in 0.8.2 > Producer version 0.8.2 > http://kafka.apache.org/082/javadoc/index.html > send(ProducerRecord<K,V> record, Callback callback) or > send(ProducerRecord<K,V> record) -- This message was sent by Atlassian JIRA (v6.3.4#6332)