摘要:
第一种Properties props = new Properties();props.put(ProducerConfig.BOOTSTRAP_SERVERS_CONFIG, “node01:9092”);props.put(“acks”, “all”);props.put(“retries”, 0);props.put(“batch.size”, 16384);props.put(“ling... 阅读全文
posted @ 2019-06-11 14:03
春江师兄
阅读(2121)
评论(0)
推荐(0)