Skip to content

Commit

Permalink
Merge pull request #1 from ensi-platform/task-93909
Browse files Browse the repository at this point in the history
#93909 update default config
  • Loading branch information
MadridianFox authored Dec 9, 2022
2 parents 6fd1388 + d98b068 commit 08dc7fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/kafka.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
// consumer specific options
'group.id' => env('KAFKA_CONSUMER_GROUP_ID', env('APP_NAME')),
'enable.auto.commit' => true,
'auto.offset.reset' => 'largest',
'auto.offset.reset' => 'beginning',
'allow.auto.create.topics' => true,
],
],
'producers' => [
Expand Down

0 comments on commit 08dc7fb

Please sign in to comment.