Slawomir CALUCH

Results 15 comments of Slawomir CALUCH

Ignore: duplicate of: https://github.com/dgrijalva/jwt-go/issues/348

How would this work? Would you implement functions like `GetOrders(markets []Market) ([]UserOrder, error)` Should the following be tagged? - trading type (spot, margin, p2p) - order id (an id which...

+1 to that. I believe supreme leader @electric-monk could have a look at the changes and oversee the merge with his repo if he wants that.

It is broken. None of the `set` examples in the readme work.

Most of our projectors don't require a group, nor do they require a new client id per connection, this should be fixed to avoid those issues.

One proposed solution is to create a flag `Ordering` which will be either `Sequential`, `Ordered` or `None`

Because there are valid cases when using groups with multiple consumers where the sequential test will fail.

So maybe we can get rid of None, but we can keep Ordered and Sequential (default)

In case of our projectors we don't want to have more than one consumer for a given sequence of events. The group subscription (`conn.QueueSubscrib`) allows multiple consumers for the same...

So what does this mean for this project?