Skip to content

Commit

Permalink
Fix typo, changed 'transfered' to 'transferred'
Browse files Browse the repository at this point in the history
  • Loading branch information
kang8 committed Dec 27, 2024
1 parent ed0f5a4 commit b343103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/kafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def kafka_consumer(
is taken from secrets.
msg_processor(Optional[Callable]): A function-converter,
which'll process every Kafka message after it's read and
before it's transfered to the destination.
before it's transferred to the destination.
batch_size (Optional[int]): Messages batch size to read at once.
batch_timeout (Optional[int]): Maximum time to wait for a batch
consume, in seconds.
Expand Down

0 comments on commit b343103

Please sign in to comment.