Crate nsq
Source - config
- The configuration module represents the various options that an NSQ consumer
can contain.
- consumer
- The consumer module contains a type that can connect to an
nsqd
instance
to receive messages from and handle accordingly. - errors
- This module contains the custom error types.
TODO: Investigate better error generation using error_chain.
- message
- The message module contains a type that an nsqd instance writes on the wire for
a single message.
- nsq_conn
- The
nsq_conn
module helps maintain a connection to an nsqd
instance handling
metadata internally.