You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#mysql连接配置 driver = com.mysql.cj.jdbc.Driver jdbcurl = jdbc:mysql://172.18.1.180:3306/bfd_crawl_list?allowMultiQueries=true&rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf8 user = crawl password = crawl #kafka配置 brokers = 172.18.1.101:9092,172.18.1.102:9092,172.18.1.104:9092 topic = newsTopicdata2 brokersTwo = 172.18.1.146:9092,172.18.1.147:9092,172.18.1.148:9092 topicTwo = zhiWangTest2 #topic = testoil errortopic = zhiWangErrorTest #时间倒序排列为1(1/0) orderBy = 1 threadNum = 30
|