tangled
alpha
login
or
join now
hailey.at
/
at-kafka
this repo has no description
2
fork
atom
overview
issues
pulls
pipelines
fix tap produce defer
hailey.at
2 weeks ago
c55afb17
db5255dc
options
unified
split
Changed files
+1
-1
atkafka
tap.go
+1
-1
atkafka/tap.go
···
202
202
status := "ok"
203
203
ackStatus := "ok"
204
204
205
205
-
go func() {
205
205
+
defer func() {
206
206
producedEvents.WithLabelValues(status).Inc()
207
207
if s.ws != nil && !s.disableAcks {
208
208
acksSent.WithLabelValues(ackStatus).Inc()