Skip to content

Releases: housepower/clickhouse_sinker

v3.1.8

08 Jun 09:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.6...v3.1.8

v3.1.6

08 Apr 10:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.6...v3.1.6

v3.0.6

06 Jun 10:51
Compare
Choose a tag to compare

Changelog

  • be49fcf Allow writing non-numeric metric
  • 57bf7e7 update logical cluster table schema when idenfying new columns

v3.0.5

06 Jun 10:50
Compare
Choose a tag to compare

Changelog

  • b786986 Add a new http endpoint /debug/vars for viewing contents of seriesMap
  • 05af994 Automatically end sinker if it remains inactive in last 10 mins
  • 605533f chore - add test file for TestJksToPem
  • 7b0e833 chore - no more input when context canceled
  • 8125e26 chore - update the makefile to calculate case coverage
  • 10dad19 feat - two new properties to manage reloading of bmseriesMap

v3.0.3

06 Jun 10:50
Compare
Choose a tag to compare

Changelog

  • 0b28e44 fix - avoid program running into stuck when facing fatalpanic
  • 40a5f67 perf - avoid creating kafka client everytime when caculate lags

v3.0.2

06 Jun 10:47
Compare
Choose a tag to compare

Changelog

  • 55c6db0 Combine nacos log into sinker log
  • 180029f calculate topic lags every 10 seconds
  • 685f94c fix clickhouse acquire conn timeout issue
  • 45afaf3 make lint happy
  • 57d39c4 reload bmseries every day to offload out-of-date record
  • f4eb186 update dmseries quota map when applying new config, retry query when facing ErrAcquireConnTimeout error
  • 595df6d update the systest script to cover the blacklist&whitelist

v3.0.1

06 Jun 10:46
Compare
Choose a tag to compare

Changelog

  • 187fea3 Create containers with initial size
  • 4751006 Exit immediately when receiving one more termination signal
  • f15f2cf Fix changing TimeUnit config property does not trigger config reload
  • 6dc62be Fix sinker crash because of illegal TimeZone issue & Decimal parsing error
  • 2b7874d Ignore the SIGHUP signal
  • 2af3853 Refine the error msg
  • d41eef1 feat - Limit the fetch size and poll size based on the BufferSize property
  • 07ec921 fix - Metrics from GoCollector and ProcessCollector are now being pushed to metric-push-gateway-addrs
  • 5837a98 remove the rowpool & rowspool, reduce the GLBWritingPool size to lower memory pressure

v3.0.0

06 Jun 10:44
Compare
Choose a tag to compare

Changelog

  • e34be13 Add support of ingesting multi-value metrics
  • 74821f1 Allow self-defined series table name
  • dfc271d Build up the Consumers map when normalizing the Config
  • faad076 Delete Quota when stopping corresponding tasks
  • 6a52833 Fix - invalid autocommit options specified when a group was not specified
  • 0a4add9 Group the tasks by consumerGroup property to reduce number of kafka client
  • a8befbc Offset shift should only be calculated once per task
  • ac3ce76 Update the doc and allow customization of DatabaseName in task level
  • 379f657 calculate the shard number based on message offset when shardingKey was not specified
  • b452c6d format hjson files
  • d15caf7 restart the consumergroup when facing offset commit error

v2.6.8

10 Dec 02:03
ecb59e0
Compare
Choose a tag to compare

Changelog

  • ecb59e0 Merge pull request #169 from genzgd/ssl_fixes
  • 932f50c Small updates to allow TLS connections for AWS MSK, etc.
  • 8fab1c3 feat: Add clickhouse Map type support
  • 827b20b fix ClickHouse.Init goroutine leak
  • e12a7b4 systest pass

v2.5.2

26 Jul 03:31
Compare
Choose a tag to compare

Changelog