Re: CLIENT_ACKNOWLEDGEMENT equivalent for producers

2012-02-13 Thread kaustubh khasnis
Hi , Can you please give us some insight upon what will be the overhead of using transactions? Also can you please tell if there are any alternatives? --Kaustubh On Fri, Feb 10, 2012 at 5:03 PM, Gary Tully gary.tu...@gmail.com wrote: producers can use transactions to batch a send, each send

Re: CLIENT_ACKNOWLEDGEMENT equivalent for producers

2012-02-10 Thread Gary Tully
producers can use transactions to batch a send, each send within a transaction will be sent async by default and the commit will be a sync call. On 10 February 2012 10:07, kaustubh khasnis kaustubh.khas...@gmail.com wrote: Hi, While producing the messages, is it possible to use something