Viewing profile — michalptaszek
michalptaszek
HN member- Joined
- Wed, Oct 07, 2015, 4:19 PM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About michalptaszek
No profile information was provided.
Recent public activity
-
comment
Comment #13767854
Exactly this - each publisher can encode their own payload, including protobufs, JSON, plain text or base64'd binaries. RMS itself is completely oblivious to the format of payload …
-
comment
Comment #13767843
Right, ALB were introduced after we built RMS. We would have to re-evaluate the ALB stability/cost/scalability - but definitely something to consider.
-
comment
Comment #13767828
When the edge server dies player will reconnect to another node (load balancer will select a healthy one this time). In the same time RMS will detect that the session got lost in a…
-
comment
Comment #13767807
Sure, few words on customizations we've built into mnesia: - we integrated it with our eureka-based service discovery mechanism, so that it can automatically cluster with other ser…