Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emfollow
gwcelery
Commits
08ec5ce3
Commit
08ec5ce3
authored
1 year ago
by
Cody Messick
Browse files
Options
Downloads
Patches
Plain Diff
Fix incorrect method name from
!1093
. Closes
#678
parent
e524ccb7
No related branches found
Branches containing commit
No related tags found
1 merge request
!1286
Fix incorrect method name from !1093.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gwcelery/kafka/bootsteps.py
+1
-1
1 addition, 1 deletion
gwcelery/kafka/bootsteps.py
with
1 addition
and
1 deletion
gwcelery/kafka/bootsteps.py
+
1
−
1
View file @
08ec5ce3
...
...
@@ -137,7 +137,7 @@ class KafkaListener(KafkaBase):
kafka_record_consumed
.
send
(
None
,
name
=
self
.
name
,
record
=
self
.
get_payload_
outpu
t
(
message
)
record
=
self
.
get_payload_
conten
t
(
message
)
)
except
KafkaException
as
exception
:
err
=
exception
.
args
[
0
]
...
...
This diff is collapsed.
Click to expand it.
Brandon Piotrzkowski
@brandon.piotrzkowski
mentioned in issue
#686 (closed)
·
1 year ago
mentioned in issue
#686 (closed)
mentioned in issue #686
Toggle commit list
Deep Chatterjee
@deep.chatterjee
mentioned in issue
#577 (closed)
·
1 year ago
mentioned in issue
#577 (closed)
mentioned in issue #577
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment