Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonexc committed Apr 9, 2024
1 parent f5b5816 commit e34aa8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ public class CreateRuntimeConfig implements CreateSDKConfig {
// topic
private String topic;

// grpc subscriptionItem
// private SubscriptionMode mode;
// private SubscriptionType type;

// config
private String env;
private String idc;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public SimpleEntry<String, KV> createClient(CreateSDKConfig clientConfig) {
}

private static String[] getSplitEndpoints(CreateEtcdConfig etcdConfig) {
return etcdConfig.getEtcdServerAddress().split(",");
return etcdConfig.getEtcdServerAddress().split(";");
}

@Override
Expand Down

0 comments on commit e34aa8c

Please sign in to comment.