Skip to content

Commit 7a49f76

Browse files
authored
Fix typo in Producer (#953)
1 parent de7f249 commit 7a49f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quixstreams/kafka/producer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(
106106
"enable.idempotence": True,
107107
# Respect the transactional.id if it's passed
108108
"transactional.id": self._producer_config.get(
109-
"transcational.id", str(uuid.uuid4())
109+
"transactional.id", str(uuid.uuid4())
110110
),
111111
}
112112
)

0 commit comments

Comments
 (0)