Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Administrator
kafka-service
Commits
46eb317a
Commit
46eb317a
authored
2 years ago
by
Evgenii Burikov
Browse files
Options
Download
Email Patches
Plain Diff
use default group in consumer fix 2
parent
66de991f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Console/Commands/KafkaQueue.php
+1
-1
src/Console/Commands/KafkaQueue.php
with
1 addition
and
1 deletion
+1
-1
src/Console/Commands/KafkaQueue.php
View file @
46eb317a
...
...
@@ -12,7 +12,7 @@ class KafkaQueue extends Command
*
* @var string
*/
protected
$signature
=
'kafka:queue {group_name?} {--offset_reset
=
earliest}'
;
protected
$signature
=
'kafka:queue {group_name?} {--offset_reset
=
earliest}'
;
/**
* The console command description.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help