Re: Question on Kafka Producer Transaction Id

2017-08-21 Thread Sameer Kumar
Hi, I just saw an example, does producer.initTransactions() takes care of this part. Also thinking if transactions are threadsafe as soon as i do begin and commit local to a thread. Please enlighten. -Sameer. On Fri, Aug 18, 2017 at 3:22 PM, Sameer Kumar wrote: > Hi, > > I have a question o

Question on Kafka Producer Transaction Id

2017-08-18 Thread Sameer Kumar
Hi, I have a question on Kafka transaction.id config related to atomic writes feature of Kafka11. If I have multiple producers across different JVMs, do i need to set transactional.id differently for each JVM. Does transaction.id controls the begin and ending of transactions. If its not set uniqu