1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Correct backtick and escape

This commit is contained in:
Ryota 2019-11-07 00:04:52 +00:00 committed by GitHub
parent 7314ad4459
commit 241ac47cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Channels are at the heart of the NATS Streaming Server. Channels are subjects clients send data to and consume from. Channels are at the heart of the NATS Streaming Server. Channels are subjects clients send data to and consume from.
_**Note: NATS Streaming server does not support wildcard for channels, that is, one cannot subscribe on \`foo.**_**`, or`>\`, etc...\*** _**Note: NATS Streaming server does not support wildcard for channels, that is, one cannot subscribe on `foo.*`, or `foo.>`, etc...**_
The number of channels can be limited \(and is by default\) through configuration. Messages produced to a channel are stored in a message log inside this channel. The number of channels can be limited \(and is by default\) through configuration. Messages produced to a channel are stored in a message log inside this channel.