Skip to content

Commit

Permalink
Merge pull request #336 from hjafarpour/NoNeedForStreamAppIdForRESTSe…
Browse files Browse the repository at this point in the history
…rver

No need to set the streams application.id for the rest server.
  • Loading branch information
hjafarpour authored Oct 4, 2017
2 parents 58f9a25 + 973c7dc commit 17fb73f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public ResourceCollection getStaticResources() {

private static Properties getProps(String propsFile) throws IOException {
Properties result = new Properties();
result.put("application.id", "KSQL_REST_SERVER_DEFAULT_APP_ID");
result.load(new FileInputStream(propsFile));
return result;
}
Expand Down

0 comments on commit 17fb73f

Please sign in to comment.