Skip to content

v1.6

Compare
Choose a tag to compare
@sundy-li sundy-li released this 21 Oct 14:05
· 484 commits to master since this release

Changelog

  1. Parse messages in a global goroutine pool.
  2. Route messages per its offset. A batch consists of a continuous range of offsets of a single partition.
  3. Write clickhouse in a global goroutine pool.
  4. Improved CI setup.
  5. Added pprof, gops support.
  6. Added Date, DateTime, DateTime64 support.