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

managing intro

This commit is contained in:
Alberto Ricart 2019-05-20 14:54:15 -05:00
parent 355dc40016
commit 7d17bd6b34
3 changed files with 11 additions and 4 deletions

View File

@ -8,5 +8,6 @@ Developing with NATS is a combination of distributed application techniques, com
| [nats.java](https://github.com/nats-io/nats.java) | [javadoc](https://javadoc.io/doc/io.nats/jnats) |
| [nats.net](https://github.com/nats-io/nats.net) | [doxygen](http://nats-io.github.io/nats.net/) |
| [nats.rb](https://github.com/nats-io/nats.rb) | [yard](https://www.rubydoc.info/gems/nats) |
| [nats.ts](https://github.com/nats-io/nats.ts) | [ts-doc](https://nats-io.github.io/nats.ts) |
Not all libraries contain this separate doc, depending on the language community, but be sure to check out the client libraries README for more information.

View File

@ -1 +1,7 @@
# Managing a NATS Server
# Managing a NATS Server
Managing a NATS server is simple, typical lifecycle operations include:
- [Sending signals](signals.md) to a server to reload a configuration or rotate log files
- [Upgrading](upgrading_cluster.md) a server (or cluster)
- Understanding [slow consumers](slow_consumers.md)

View File

@ -2,6 +2,6 @@
The nats-server provides several forms of security:
- [Connections can be _encrypted_ with TLS](tls.md)
- Client connections can require _authentication_
- Clients can require _authorization_ for subjects the publish or subscribe to
- Connections can be [_encrypted_ with TLS](tls.md)
- Client connections can require [_authentication_](auth_intro.md)
- Clients can require [_authorization_](authorization.md) for subjects the publish or subscribe to