Skip to content

Commit

Permalink
fix the argument order when instantiating SimpleClient for instrument…
Browse files Browse the repository at this point in the history
…ed producer (#149)
  • Loading branch information
jonlee2 authored and radai-rosenblatt committed Sep 28, 2019
1 parent 29a1921 commit a34a0a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ public LiKafkaInstrumentedProducerImpl(
mdsUrlSupplier,
TimeUnit.MINUTES.toMillis(1),
TimeUnit.HOURS.toMillis(1),
this.libraryVersions,
translatedBaseConfig,
this.libraryVersions,
this
);

Expand Down

0 comments on commit a34a0a9

Please sign in to comment.