Hi, I'm read this about how Kafka transaction works: https://www.confluent.io/blog/transactions-apache-kafka/ Please help me understand what happens when there are multiple producers are writing to the same topic concurrently? Should all of them use the same transaction id, and if so, does Kafka guarantee only 1 producer request will be processed at a time?
Thanks, Tim