Skip to content

Commit

Permalink
contrib/IBM/sarama.v1: remove commented code (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarguelloF authored Jan 9, 2025
1 parent 38c3f21 commit 6a2ad62
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contrib/IBM/sarama.v1/sarama_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,6 @@ func assertDSMConsumerPathway(t *testing.T, topic, groupID string, msg *sarama.C
if withProducer {
ctx, _ = tracer.SetDataStreamsCheckpoint(context.Background(), "direction:out", "topic:"+testTopic, "type:kafka")
}

//ctx, _ := tracer.SetDataStreamsCheckpointWithParams(
// datastreams.ExtractFromBase64Carrier(context.Background(), carrier),
// options.CheckpointParams{PayloadSize: getConsumerMsgSize(msg)},
// edgeTags...,
//)

ctx, _ = tracer.SetDataStreamsCheckpoint(ctx, edgeTags...)
want, _ := datastreams.PathwayFromContext(ctx)

Expand Down

0 comments on commit 6a2ad62

Please sign in to comment.