We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70b07b commit d2abbf2Copy full SHA for d2abbf2
src/confluent_kafka/src/Producer.c
@@ -665,7 +665,7 @@ static PyMethodDef Producer_methods[] = {
665
"\n"
666
" Upon successful return from this function the application has to\n"
667
" perform at least one of the following operations within \n"
668
- " `transactional.timeout.ms` to avoid timing out the transaction\n"
+ " `transaction.timeout.ms` to avoid timing out the transaction\n"
669
" on the broker:\n"
670
" * produce() (et.al)\n"
671
" * send_offsets_to_transaction()\n"
0 commit comments