Skip to content

Commit

Permalink
Use consistent default topic
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 30, 2018
1 parent 79a55d6 commit efef13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ingester/app/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
encodingProto = "protobuf"

defaultBroker = "127.0.0.1:9092"
defaultTopic = "jaeger-ingester-spans"
defaultTopic = "jaeger-spans"
defaultGroupID = "jaeger-ingester"
defaultParallelism = 1000
defaultEncoding = encodingProto
Expand Down

0 comments on commit efef13b

Please sign in to comment.