Kafka Producer Transactions threadsafe

Hi,

it is threadsafe, to use only one kafka producer instance in multiple threads and start transactions in multiple threads at the same time?

I am using the python client.