RE: producer API thread safety

2013-10-04 Thread Yu, Libo
Great. Thanks. Regards, Libo -Original Message- From: Guozhang Wang [mailto:wangg...@gmail.com] Sent: Friday, October 04, 2013 12:27 PM To: users@kafka.apache.org Subject: Re: producer API thread safety The send() is thread safe, so the short answer would be yes. On Fri, Oct 4

Re: producer API thread safety

2013-10-04 Thread Guozhang Wang
The send() is thread safe, so the short answer would be yes. On Fri, Oct 4, 2013 at 9:14 AM, Yu, Libo wrote: > Hi team, > > Is it possible to use a single producer with more than one threads? I am > not sure > If its send() is thread safe. > > Regards, > > Libo > > -- -- Guozhang

producer API thread safety

2013-10-04 Thread Yu, Libo
Hi team, Is it possible to use a single producer with more than one threads? I am not sure If its send() is thread safe. Regards, Libo