Skip to content

Commit

Permalink
Fix config defaults to be able start locally (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jul 4, 2019
1 parent f037c54 commit 6cf6f39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hermes-management/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ zookeeper:


storage:
dcNameSource: env
dcNameSourceEnv: DC
datacenterNameSource: env
datacenterNameSourceEnv: DC
clusters:
- datacenter: dc1
- datacenter: dc
connectionString: localhost:2181

kafka:
Expand Down
2 changes: 1 addition & 1 deletion integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def getAlpnVersion() {
return '8.1.11.v20170118'
case 161..181:
return '8.1.12.v20180117'
case 191..202:
case 191..222:
return '8.1.13.v20181017'
default:
throw new IllegalStateException("ALPN version not defined for Java version: ${javaVersion}; extracted minor version: ${version}")
Expand Down

0 comments on commit 6cf6f39

Please sign in to comment.