Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambert-Rao committed Mar 29, 2024
1 parent b9dbe22 commit f66418c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
@Data
public class MetadataConfig {

//center url
//eventmesh registry url
private String registryAddress;

//cluster id in database
private Long clusterId;
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

public class GetConfigRequest {

private List<String> nameServerAddress;
private List<String> registryAddressList;

private List<String> runtimeAddress;
private List<String> runtimeAddressList;

private List<String> brokerAddress;
private List<String> nameServerAddressList;
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@Data
public class GetOffsetRequest {

private String bootStrapServers;
private String bootstrapServers;

private String groupName;
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public void initFunctionManager() {
healthService = new HealthService();
CheckResultCache checkResultCache = new CheckResultCache();
healthService.createExecutor(healthDataService, checkResultCache);
healthService.startScheduledExecution(5, 5);
healthService.startScheduledExecution(120, 60);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

import static org.junit.jupiter.api.Assertions.assertNotNull;

import static org.junit.jupiter.api.Assertions.assertNotNull;

import org.apache.eventmesh.dashboard.core.function.SDK.config.CreateRedisConfig;

import org.junit.jupiter.api.BeforeEach;
Expand Down

0 comments on commit f66418c

Please sign in to comment.