Skip to content

Commit

Permalink
remove async arg
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Jan 11, 2024
1 parent 1bb8a93 commit be06a44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion input/elasticapm/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ type Config struct {
type StreamHandler interface {
HandleStream(
ctx context.Context,
async bool,
baseEvent *modelpb.APMEvent,
stream io.Reader,
batchSize int,
Expand Down

0 comments on commit be06a44

Please sign in to comment.