Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Update dependencies of cherami thrift and client (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Yang authored May 31, 2017
1 parent 417e166 commit 0846ce5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ import:
version: 09d6d520b61160d194c06768ed85415cd8abee57
- package: github.com/uber-common/bark
- package: github.com/uber/cherami-client-go
version: v1.20.0
version: v1.21.0-rc1
subpackages:
- client/cherami
- common
- common/backoff
- common/websocket
- stream
- package: github.com/uber/cherami-thrift
version: v1.20.0
version: v1.21.0-rc1
subpackages:
- .generated/go/admin
- .generated/go/cherami
Expand Down
2 changes: 1 addition & 1 deletion services/outputhost/extcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func (extCache *extentCache) loadKafkaStream(

// This is an ID that may appear in Kafka logs or metadata
cfg.Config.ClientID = `cherami_` + groupID

// Give a long max processing time, so that Sarama doesn't enter a reconfigure loop because of consumer backpressure
cfg.Config.Consumer.MaxProcessingTime = time.Hour

Expand Down

0 comments on commit 0846ce5

Please sign in to comment.