Skip to content

Releases: housepower/clickhouse_sinker

v1.7.1

20 Nov 07:22
Compare
Choose a tag to compare

Changelog

c7dbeb8 grafana dashboard template
8e243b8 minro doc change
dff0f05 nacos_publish_config assign tasks via consistenthash
8564f9f removed config.Version
6dee296 removed docker-entrypoint-initdb.d
d919734 updated doc
09c77a6 use sarama if auth with kerberos

Docker images

  • docker pull quay.io/housepower/clickhouse_sinker:latest
  • docker pull quay.io/housepower/clickhouse_sinker:v1.7.1

v1.7

15 Nov 13:28
Compare
Choose a tag to compare

Changelog

  • Config management with Nacos
  • Ship docker image on release
  • Added design doc

Docker images

  • docker pull quay.io/housepower/clickhouse_sinker:latest
  • docker pull quay.io/housepower/clickhouse_sinker:v1.7

v1.6.2

07 Nov 13:15
Compare
Choose a tag to compare

Changelog

7272fca fix row leak
0f2e570 introduced ParsingPoolBacklog and WritingPoolBacklog
10a92d3 updated kafka-go to v0.4.8
51d665d use kafka-go and fastjson by default

v1.6.1

29 Oct 09:12
ee6b4a2
Compare
Choose a tag to compare

Changelog

  • Abstract input interface
  • Custom shard policy
  • Optimized memory by sync.Pool

v1.6

21 Oct 14:05
Compare
Choose a tag to compare

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.

v1.5.1

27 Mar 00:51
Compare
Choose a tag to compare

Changelog

35d9daa Fix pusher by async run


Automated with GoReleaser
Built with go version go1.13 darwin/amd64

v1.5

16 Jan 07:29
064ed0c
Compare
Choose a tag to compare

Changelog

  1. Add docker-ci test and go report
  2. Fixed CSV split quoted strings bug #32
  3. Add Prometheus metrics #33 @ArtemChekunov
  4. Add ElasticDateTime support #33 @ArtemChekunov
  5. Improved code style @ArtemChekunov
  6. Other small bugs fixed @zweite @ww1516123

Automated with GoReleaser
Built with go version go1.13 darwin/amd64

v1.4

29 Jul 09:35
Compare
Choose a tag to compare

Changelog

  • Add CSV format support (@ww1516123)
  • Add Nullable Type support (@ww1516123)
  • Add Array Type support (@jgulick48)
  • Kafka default version is MinVersion now

Automated with GoReleaser
Built with go version go1.12.3 darwin/amd64

v1.3

27 May 06:16
Compare
Choose a tag to compare

Changelog

af55ba7 add DateTime as UInt32, Date as UInt16
31e8d23 update config


Automated with GoReleaser
Built with go version go1.12.3 darwin/amd64

v1.2

13 May 10:47
Compare
Choose a tag to compare

Changelog

  • add configurations
autoSchema   : auto schema will auto fetch the schema from clickhouse
earliest  :  set to true to consume the kafka topic from the earliest/oldest position.
excludeColumns :  the columns will be excluded by insert SQL 

  • use sarama high level consume api

Automated with GoReleaser
Built with go version go1.12.3 darwin/amd64