Skip to content

Commit

Permalink
Fix rest server initialization preventing the bogus NPE during test s…
Browse files Browse the repository at this point in the history
…tartup

This fixes github issue apache#120
  • Loading branch information
orpiske committed Apr 10, 2020
1 parent e5d64aa commit 0f49d49
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -130,6 +130,7 @@ private void init() {
AllConnectorClientConfigOverridePolicy allConnectorClientConfigOverridePolicy = new AllConnectorClientConfigOverridePolicy();

RestServer rest = new RestServer(config);
rest.initializeServer();

/*
According to the Kafka source code "... Worker runs a (dynamic) set of tasks
Expand Down

0 comments on commit 0f49d49

Please sign in to comment.