diff --git a/src/TopicHandler/ConfigOptions/Consumer.php b/src/TopicHandler/ConfigOptions/Consumer.php index 2019ed68..b89dca15 100644 --- a/src/TopicHandler/ConfigOptions/Consumer.php +++ b/src/TopicHandler/ConfigOptions/Consumer.php @@ -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()) {