Skip to content

Commit

Permalink
Move config consumer folder
Browse files Browse the repository at this point in the history
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
  • Loading branch information
Davit Yeghshatyan committed Jul 26, 2018
1 parent 9eda653 commit 0f74051
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 40 deletions.
2 changes: 1 addition & 1 deletion cmd/ingester/app/consumer/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"go.uber.org/zap"

"github.com/jaegertracing/jaeger/cmd/ingester/app/processor"
"github.com/jaegertracing/jaeger/pkg/kafka/config/consumer"
"github.com/jaegertracing/jaeger/pkg/kafka/consumer"
)

// Params are the parameters of a Consumer
Expand Down
2 changes: 1 addition & 1 deletion cmd/ingester/app/consumer/processor_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/jaegertracing/jaeger/cmd/ingester/app/consumer/offset"
"github.com/jaegertracing/jaeger/cmd/ingester/app/processor"
"github.com/jaegertracing/jaeger/cmd/ingester/app/processor/decorator"
"github.com/jaegertracing/jaeger/pkg/kafka/config/consumer"
"github.com/jaegertracing/jaeger/pkg/kafka/consumer"
)

// FactoryParams are the parameters of a ProcessorFactory
Expand Down
1 change: 0 additions & 1 deletion pkg/kafka/config/producer/.nocover

This file was deleted.

36 changes: 0 additions & 36 deletions pkg/kafka/config/producer/config.go

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion plugin/storage/kafka/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
var _ storage.Factory = new(Factory)

type mockProducerBuilder struct {
kafkaConfig.ProducerConfiguration
kafkaConfig.Configuration
err error
t *testing.T
}
Expand Down

0 comments on commit 0f74051

Please sign in to comment.