Skip to content

Commit

Permalink
Merge pull request #198 from ExpediaDotCom/absrivastava-patch-1
Browse files Browse the repository at this point in the history
variable usage fix
  • Loading branch information
Kapil Rastogi authored Apr 2, 2020
2 parents 8fbf461 + ad0afdc commit ab434e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kafka {
streams {
application.id = "span-timeseries-transformer-v2"
bootstrap.servers = "${kafka_endpoint}"
num.stream.threads = "${kafka_num_stream_threads}
num.stream.threads = "${kafka_num_stream_threads}"
commit.interval.ms = 3000
auto.offset.reset = latest
timestamp.extractor = "com.expedia.www.haystack.commons.kstreams.SpanTimestampExtractor"
Expand Down

0 comments on commit ab434e3

Please sign in to comment.