If you have feedback, don't hesitate to comment on the JIRA.
On Mon, Mar 23, 2015 at 4:19 PM, Pete Wright
wrote:
> Hi Gwen - thanks for sending this along. I'll patch my local checkout
> and take a look at this.
>
> Cheers,
> -pete
>
> On 03/20/15 21:16, Gwen Shapira wrote:
> > We have a patch
Hi Gwen - thanks for sending this along. I'll patch my local checkout
and take a look at this.
Cheers,
-pete
On 03/20/15 21:16, Gwen Shapira wrote:
> We have a patch with examples:
> https://issues.apache.org/jira/browse/KAFKA-1982
>
> Unfortunately, its not committed yet.
>
> Gwen
>
> On Fri
We have a patch with examples:
https://issues.apache.org/jira/browse/KAFKA-1982
Unfortunately, its not committed yet.
Gwen
On Fri, Mar 20, 2015 at 11:24 AM, Pete Wright
wrote:
> Thanks that's helpful. I am working on an example producer using the
> new API, if I have any helpful notes or exam
Thanks that's helpful. I am working on an example producer using the
new API, if I have any helpful notes or examples I'll share that.
I was basically trying to be lazy and poach some example code as a
starting point for our internal tests :)
Cheers,
-pete
On 03/20/15 10:59, Guozhang Wang wrote
For the new java producer, its java doc can be found here:
http://kafka.apache.org/083/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html
We can update the wiki if there are some examples that are still missing
from this java doc.
Guozhang
On Thu, Mar 19, 2015 at 4:37 PM, P
Hi,
Is there a plan to update the producer documentation on the wiki located
here:
https://cwiki.apache.org/confluence/display/KAFKA/0.8.0+Producer+Example
This would be helpful for people working on implementing the new
producer class deployed in 0.8.2.x. If there are any patches available
for