Skip to content

Commit

Permalink
Thread name excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
MaheshMadushan committed Jun 8, 2023
1 parent bc66410 commit 407be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ksqlDB/Live/RestApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void runQuery() throws ExecutionException, InterruptedException {
System.out.println("Query has ended.");
}
}
}, "streaming Thread");
});
streamingThread.start();
}
}

0 comments on commit 407be2f

Please sign in to comment.