Maxim Vladimirskiy

Results 13 issues of Maxim Vladimirskiy

With the advent of `dep` and `vgo` proper semver versioning becomes a requirement. So could you please tag the release.

### Summary When Cassandra is provisioned in a cloud environment, in such a way that nodes are spread across multiple availability zones, it is more const effective to query nodes...

New set of API was introduced in Kafka 0.9.0 that allows using Kafka for consumer group management and leaving clients free of direct communication with ZooKeeper. It should be possible...

enhancement

The README should contain consumer performance characteristics to allow better cluster planning.

documentation

Consumption from a queue that does not have a steady influx of new events is being performed alongside with consumption from a busy queue, the consumption rate of the busy...

performance

Kafka-Pixy provides API to reset consumer group offsets for a topic to particular values. But in some cases a user might want to reset offsets to a particular time moment...

enhancement

If the number of partitions of a topic is changed then Kafka-Pixy does not start consuming from the new partitions.

bug

Consider the following code snipet: ``` NewList = case lists:keyfind(Key, 1, List) of false -> lists:umerge(fun({_Key1, Val1}, {_Key2, Val2}) -> compare(Val1, Val2) end, KeyValList, [{k1, v1}, {k2, v2}, {k3, v3}])...

feat:Formatter
prio:Medium
Old

This is not really an issue but rather me documenting what has been done: I merged `github.com/vulcand/vulcand-docs` using subtree merge (preserving history) to this repo and reconfigured ReadTheDocs to feed...

Mailgun will no longer support its fork of https://github.com/braintree/manners. We only used it to achieve graceful HTTP server shutdown and now we have that out-of-the-box in Golang 1.8. So vulcand...

question