Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rokatyy committed Jan 3, 2024
1 parent fee4259 commit fcf71bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuclio/triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ def __init__(
partitions=None,
consumer_group="kafka",
initial_offset="earliest",
max_workers: int = 1,
explicit_ack_mode=None,
extra_attributes=None,
session_timeout: str = "10s",
heartbeat_interval: str = "3s",
worker_allocation_mode: str = "pool",
fetch_default: int = 1048576,
max_workers: int = 1,
):
super(KafkaTrigger, self).__init__(
{
Expand Down

0 comments on commit fcf71bf

Please sign in to comment.