Skip to content

Commit

Permalink
Kafka streams cofig fix (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanchekka authored Sep 15, 2020
1 parent e4841cb commit e61d7f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions helm/templates/span-normalizer-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ data:
application.id = jaeger-spans-to-raw-spans-job
metrics.recording.level = "{{ .Values.spanNormalizerConfig.kafka.streams.config.metricsRecordingLevel }}"
num.stream.threads = "{{ .Values.spanNormalizerConfig.kafka.streams.config.numStreamThreads }}"
producer.compression.type = gzip
producer.max.request.size = 10485760
topology.optimization = all
bootstrap.servers = "{{ .Values.spanNormalizerConfig.kafka.streams.config.bootstrapServers }}"
auto.offset.reset = "latest"
auto.commit.interval.ms = 5000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ kafka.streams.config = {

schema.registry.url = "http://localhost:8081"
schema.registry.url = ${?SCHEMA_REGISTRY_URL}
value.subject.name.strategy = "io.confluent.kafka.serializers.subject.TopicRecordNameStrategy"
}

processor {
Expand Down

0 comments on commit e61d7f8

Please sign in to comment.