cherami-server icon indicating copy to clipboard operation
cherami-server copied to clipboard

Distributed, scalable, durable, and highly available message queue system. This project is deprecated and not maintained.

Results 13 cherami-server issues
Sort by recently updated
recently updated
newest added

* Fixes multiple minor issues in the 'storageMonitor' * potential race enabling/disabling write (create/stoppage of channel) * new go-routine created every cycle * ticker not stopped * avoid logging when...

Sorry for disturbing you folks, but why is this project deprecated? After googling, I found nothing other than [this twitter comment](https://twitter.com/conormyhrvold/status/1032464629664952320): > Uber has actually moved to using Kafka. Is...

Hello, sorry to post a question on issues, but I am curious to know if cherami can be a drop-in replacement of Kafka, with Apache Spark as a consumer?

Could it makes sense to use etc or consul for this ? It makes deployment etc easier with a 100% golang stack.

When reporting backlog available I see a negative number often. This is both reported through the admin tool and the statsd output. Because the statsd gauge is used to report...

Please see the followings: 1. Remove decrement the counter with no checking of whether key exists or not: https://github.com/uber/cherami-server/blob/master/common/concurrentmap.go#L173 2. Put increase the counter with no checking of whether key...

Following an update a couple of by @kirg days ago I'm confused about this value. This can be configured by setting: `./cherami-admin --env=prod --hostport=fehost2:4922 cfg set cherami-storehost.*.*.*.minFreeDiskSpaceBytes 10000000` and defaults...

As most part of the message storage is append only, so why not using HDFS as its backend? In that case, no need to do replication self, HDFS takes the...