yangyang12138

导航

2020年10月11日 #

kafka消费者全部数据

摘要: 1.目的 每次消费数据时从最开始消费,主要是做数据预览。 2.设置offset.reset Properties properties = new Properties(); properties.put(ConsumerConfig.BOOTSTRAP_SERVERS_CONFIG, bootst 阅读全文

posted @ 2020-10-11 04:01 杨杨09265 阅读(552) 评论(0) 推荐(0) 编辑