Live data from Hacker News

Viewing profile — lyha

lyha

HN member
Joined
Sun, Aug 09, 2015, 7:35 PM UTC
HN karma
4
Public activity
3 items

About lyha

No profile information was provided.

Recent public activity

  1. comment
    Comment #11289250

    Kafka stores everything to disk, this may not be what you are looking for for your RPC calls (that you would make usually as a direct service to service HTTP call). Moreover kafka …

  2. comment
    Comment #11289169

    Actually Redis returns the number of consumers that were subscribed during your publish and received the message, so you can detect that no service is available and return your 404…

  3. comment
    Comment #10031367

    MQTT is a protocol with public specification for lightweight client / message broker communications, allowing publish/subscribe exchanges. Multiple implementations of client librar…