Skip to content

Commit

Permalink
Updated to use blocking as part of investigation of issue apache#215
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed May 20, 2020
1 parent 5f7b7c0 commit 3eb95cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ private void produceMessages() {

public void runTest(ConnectorPropertyFactory connectorPropertyFactory) throws Exception {
connectorPropertyFactory.log();
getKafkaConnectService().initializeConnector(connectorPropertyFactory);
getKafkaConnectService().initializeConnectorBlocking(connectorPropertyFactory, 1);

LOG.debug("Creating the consumer ...");
ExecutorService service = Executors.newCachedThreadPool();
Expand Down

0 comments on commit 3eb95cf

Please sign in to comment.