Skip to content

Commit

Permalink
Revert Changes To Kafka E2E Config
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
  • Loading branch information
mahadzaryab1 committed Sep 21, 2024
1 parent 8e123f4 commit 759bb42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions cmd/jaeger/config-kafka-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ processors:

exporters:
kafka:
broker:
addresses:
- localhost:9092
brokers:
- localhost:9092
topic: "jaeger-spans"
encoding: otlp_proto
5 changes: 2 additions & 3 deletions cmd/jaeger/config-kafka-ingester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ extensions:

receivers:
kafka:
broker:
addresses:
- localhost:9092
brokers:
- localhost:9092
topic: "jaeger-spans"
encoding: otlp_proto
initial_offset: earliest
Expand Down

0 comments on commit 759bb42

Please sign in to comment.