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 wrote:
> producers can use transactions to batch a send, each send within a
> transactio
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 wrote:
> Hi,
> While producing the messages, is it possible to use something similar to
> CLIENT_ACKNOWLEDGE