DuoSRX / nsqute

rust nsq client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSQute - NSQ Client

Work in progress

TODO

  • Consumer
    • Message Flow Starvation
    • Backoff on failure
  • Producer
    • MPUB
    • DPUB
  • Error handling
    • Reconnection on failure
    • Acknowledge non-fatal errors (FIN_FAILED...etc)
  • Nsqlookupd
    • Connect to multiple nsqds
    • Polling for new servers
    • Handle servers added/removed
  • Configuration
    • Pick a configuration style (TOML, JSON, flags...)
  • RDY and max_in_flight rebalancing
  • IDENTIFY and feature negotiation
  • Better logging
  • Do some benchmarking
  • Additional stuff:
    • Deflate
    • Snappy
    • TLS

About

rust nsq client

License:MIT License


Languages

Language:Rust 100.0%