Skip to content

Commit

Permalink
[ISSUE #558] An ugly solution for fetch topic list error
Browse files Browse the repository at this point in the history
  • Loading branch information
imaffe authored Jul 27, 2020
1 parent 95cc570 commit 703882a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public void start() {
*/
public synchronized void startConnectors(Map<String, ConnectKeyValue> connectorConfigs,
ConnectController connectController) throws Exception {

Set<WorkerConnector> stoppedConnector = new HashSet<>();
for (WorkerConnector workerConnector : workingConnectors) {
String connectorName = workerConnector.getConnectorName();
Expand Down

0 comments on commit 703882a

Please sign in to comment.