kafka consumer example 修改
This commit is contained in:
+1
@@ -91,6 +91,7 @@ public class CanalKafkaClientExample {
|
||||
}
|
||||
|
||||
private void process() {
|
||||
while (!running) ;
|
||||
try {
|
||||
connector.subscribe();
|
||||
while (running) {
|
||||
|
||||
Reference in New Issue
Block a user