We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb743a9 commit 2fa5445Copy full SHA for 2fa5445
plugins/extractors/kafka/kafka_test.go
@@ -13,7 +13,6 @@ import (
13
"time"
14
15
kafkaLib "github.com/IBM/sarama"
16
-
17
"github.com/ory/dockertest/v3"
18
"github.com/ory/dockertest/v3/docker"
19
"github.com/raystack/meteor/models"
@@ -22,7 +21,6 @@ import (
22
21
"github.com/raystack/meteor/plugins/extractors/kafka"
23
"github.com/raystack/meteor/test/mocks"
24
"github.com/raystack/meteor/test/utils"
25
- kafkaLib "github.com/segmentio/kafka-go"
26
"github.com/stretchr/testify/assert"
27
"google.golang.org/protobuf/types/known/anypb"
28
"google.golang.org/protobuf/types/known/structpb"
0 commit comments