We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a55d6 commit efef13bCopy full SHA for efef13b
cmd/ingester/app/options.go
@@ -38,7 +38,7 @@ const (
38
encodingProto = "protobuf"
39
40
defaultBroker = "127.0.0.1:9092"
41
- defaultTopic = "jaeger-ingester-spans"
+ defaultTopic = "jaeger-spans"
42
defaultGroupID = "jaeger-ingester"
43
defaultParallelism = 1000
44
defaultEncoding = encodingProto
0 commit comments