Skip to content

Commit

Permalink
Update concepts documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Feb 27, 2020
1 parent 47a8525 commit 16222c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions documentation/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,6 @@ Controller is also referred to as "metadata leader" in some contexts.
Liftbridge extends NATS by allowing regular NATS messages to flow into durable
streams. This can be completely transparent to publishers. However, it also
allows publishers to *enhance* messages by providing additional metadata and
serializing their messages into *envelopes*. An envelope allows publishers to
set things like the `AckInbox`, `Key`, `Headers`, and other pieces of metadata.
serializing their messages into [*envelopes*](./envelope_protocol.md). An
envelope allows publishers to set things like the `AckInbox`, `Key`, `Headers`,
and other pieces of metadata.

0 comments on commit 16222c1

Please sign in to comment.