Great news! Belarusian beer is waiting :)
> > I've added a wiki page dedicated to list of *CQRS communities around the
> > world*. So you if you want to stay in touch for CQRS Beers, learning and
> > On Wed, Feb 22, 2012 at 12:09 AM, Dmitry Schetnikovich <
kent3...@gmail.com
> > > wrote:
>
> >> Hi Shurik!
>
> >> I work and live in Belarus :)
>
> >> I'm working at Paralect <
http://www.paralect.com> (local, privately
> >> held, small company) where we already have CQRS/EventSourcing system in
> >> production for about 7 months. For about 1.5 years ago we started
> >> investigating this direction. Our first EvenStore prototype were
> >> implemented in December 2010 (a bit more than one year ago). I can
> >> confidently say that we are the first in Belarus to work in this direction.
>
> >> Besides this we are generally interesting in distributed systems,
> >> scalability, availability, performance, partition/fault-tolerance and (the
> >> most complex) maintainability.
>
> >> There is a lot of things we are balancing between, trying to
> >> implement/understand or already understanding, such as: broker vs.
> >> brokerless, guarantied delivery vs at least once and out of order,
> >> idempotence, commutativity, associativity (ACID 2.0), eventual consistency
> >> (BASE) vs immediate consistency, sync vs. async, messaging vs RPC,
> >> distributed transactions vs. workflow, events<
http://www.cse.unsw.edu.au/~cs9242/08/lectures/05-events.pdf>vs
> >> threads<
http://static.usenix.org/events/hotos03/tech/full_papers/vonbehren/vo...>,