Remove deprecated worker fields
This commit is contained in:
@@ -41,10 +41,8 @@ func makeWorker(t *testing.T, ctx context.Context, cancel context.CancelFunc) *D
|
|||||||
config: config,
|
config: config,
|
||||||
heartbeat: make(chan struct{}),
|
heartbeat: make(chan struct{}),
|
||||||
processedCount: &atomic.Uint64{},
|
processedCount: &atomic.Uint64{},
|
||||||
droppedCount: &atomic.Uint64{},
|
|
||||||
outgoingCount: &atomic.Uint64{},
|
outgoingCount: &atomic.Uint64{},
|
||||||
restartCount: &atomic.Uint64{},
|
restartCount: &atomic.Uint64{},
|
||||||
bufferDepth: &atomic.Int64{},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user