Releases: housepower/clickhouse_sinker
Releases · housepower/clickhouse_sinker
v1.7.1
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
v1.6.2
v1.6.1
v1.6
Changelog
- Parse messages in a global goroutine pool.
- Route messages per its offset. A batch consists of a continuous range of offsets of a single partition.
- Write clickhouse in a global goroutine pool.
- Improved CI setup.
- Added pprof, gops support.
- Added Date, DateTime, DateTime64 support.
v1.5.1
v1.5
Changelog
- Add docker-ci test and go report
- Fixed CSV split quoted strings bug #32
- Add Prometheus metrics #33 @ArtemChekunov
- Add ElasticDateTime support #33 @ArtemChekunov
- Improved code style @ArtemChekunov
- Other small bugs fixed @zweite @ww1516123
Automated with GoReleaser
Built with go version go1.13 darwin/amd64
v1.4
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
v1.2
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