Skip to content

Commit

Permalink
chore: add max poll interval on toArray from consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
hcdias committed Oct 16, 2023
1 parent deb5e2d commit c1a0490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TopicHandler/ConfigOptions/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public function toArray(): array
'auto_commit' => $this->isAutoCommit(),
'commit_async' => $this->isCommitASync(),
'offset_reset' => $this->getOffsetReset(),
'max_poll_interval' => $this->getMaxPollInterval(),
];

if ($avroSchema = $this->getAvroSchema()) {
Expand Down

0 comments on commit c1a0490

Please sign in to comment.