mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
JetStream first pass basics.
This is the first checkin for JetStream. Has some rudimentary basics working. TODO 1. Push vs pull mode for observables. (work queues) 2. Disk/File store, memory only for now. 3. clustering code - design shaping up well. 4. Finalize account import semantics. 5. Lots of other little things. Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -22,6 +22,7 @@ type pubArg struct {
|
||||
pacache []byte
|
||||
account []byte
|
||||
subject []byte
|
||||
deliver []byte
|
||||
reply []byte
|
||||
szb []byte
|
||||
queues [][]byte
|
||||
|
||||
Reference in New Issue
Block a user