This commit is contained in:
zyyang 2021-01-27 17:55:54 +08:00
parent ee85996beb
commit 40f4534f2a
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class SubscribeDemo {
sub.close(false);
connection.close();
} catch (Exception e) {
System.out.println("host: " + host + ", database: " + database + ", topic: " + topic + ", sql: " + sql);
e.printStackTrace();
}
}