(ctx context.Context, t testing.TB, client *kgo.Client, encode encodingFn, tenantID string)
| 63 | } |
| 64 | |
| 65 | func SendReq(ctx context.Context, t testing.TB, client *kgo.Client, encode encodingFn, tenantID string) []*kgo.Record { |
| 66 | return SendReqWithOpts(ctx, t, client, encode, ReqOpts{Partition: 0, Time: time.Now(), TenantID: tenantID}) |
| 67 | } |
| 68 | |
| 69 | // nolint: revive,unparam |
| 70 | func SendTracesFor(t *testing.T, ctx context.Context, client *kgo.Client, dur, interval time.Duration, encode encodingFn) []*kgo.Record { |