Skip to content

Commit

Permalink
[type:fix] e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Oct 19, 2023
1 parent a8af259 commit d6a4e7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public void init(final SofaRegisterConfig sofaRegisterConfig) {
registryConfig.setProtocol(sofaRegisterConfig.getProtocol());
registryConfig.setId(shenyuProxy);
registryConfig.setRegister(false);
registryConfig.setSubscribe(true);
registryConfig.setAddress(sofaRegisterConfig.getRegister());
}
if (StringUtils.isNotBlank(sofaRegisterConfig.getThreadpool())) {
Expand Down

0 comments on commit d6a4e7f

Please sign in to comment.