Skip to content

Commit

Permalink
fix(canary): sort dataplaneId parameter on BeatProducer (#1206)
Browse files Browse the repository at this point in the history
Co-authored-by: Saul Piña <[email protected]>
  • Loading branch information
mijailr and sauljabin authored Dec 17, 2024
1 parent 74b31e8 commit b4bd009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canary/src/main/java/io/littlehorse/canary/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ private static void initialize(final String[] args) throws IOException {
lhConfig.getApiBootstrapHost(),
lhConfig.getApiBootstrapPort(),
lhClient.getServerVersion(),
canaryConfig.getMetronomeServerDataplaneId(),
canaryConfig.getMetronomeServerId(),
canaryConfig.getMetronomeServerDataplaneId(),
canaryConfig.getTopicName(),
canaryConfig.toKafkaConfig().toMap(),
canaryConfig.getMetronomeBeatExtraTags());
Expand Down

0 comments on commit b4bd009

Please sign in to comment.