Skip to content

pro-v1.2.1

Compare
Choose a tag to compare
@wonderflow wonderflow released this 01 Nov 05:27
· 750 commits to master since this release
d2fcbb2
  1. 发送到pandora增加请求超时时间设置,可以不超时,解决因为超时导致数据重复的问题
  2. 用go的runtime.MAXPROCS 替代sender的并发数设置,去掉了 ft_procs 选项
  3. 修复了读取测试数据在10行以内时拿不到数据的问题
  4. 修复了发送到kafka实际没有错误但是报错的问题
  5. 修复了部分时间类型由于使用了time.Time而不是RFC3339导致的发送失败问题
  6. 修复了在32位机器上写数据到本地文件会导致程序奔溃的问题