Live data from Hacker News

Viewing profile — wallyqs

wallyqs

HN member
Joined
Sun, Nov 19, 2017, 8:10 AM UTC
HN karma
13
Public activity
9 items

About wallyqs

NATS.io maintainer.

Recent public activity

  1. comment
    Comment #44008658

    Bluesky's project name is 'Jetstream' and NATS.io persistence engine is `JetStream` (camel case), which can be confusing but name not exactly the same. - NATS JetStream docs: https…

  2. comment
    Comment #32103024

    Dhall has a lot of really cool ideas, it would be great to have semantic integrity checks on imports in other languages too.

  3. comment
    Comment #31600923

    Put out an example of using it to switch the transport so that it is over NATS instead, this works now thanks to the interop with net/http package: https://github.com/wallyqs/conne…

  4. comment
    Comment #29203268

    NATS has a similar protocol to Redis and optimized for this use cause of doing pub/sub based low latency Request/Response instead of HTTP. The payload is opaque so you can use msgp…

  5. story
  6. comment
    Comment #24445581

    It has gotten much better but in our project we got bitten by this. I gave a talk about it at GoSF last year if looking for some Go v2 modules schadenfreude :) https://www.youtube.…

  7. comment
    Comment #22631818

    For speed, NATS.io also has RPC semantics and protocol is fairly straightforward like Redis: https://docs.nats.io/developing-with-nats/sending/request_re... || https://docs.nats.io…

  8. comment
    Comment #22436657

    I'm one of the NATS maintainers though have been using the project for several years. Most of the community is more active in the Slack channel: https://slack.nats.io/

  9. story