[The subjects documentation](https://github.com/nats-io/nats.docs/blob/master/nats-concepts/subjects.md) mentions: > Forbidden stream names > > - `all*data` > - `<my_stream>` > - `service.stream.1` Why should `service.stream.1` be forbidden? It seems to work fine in practice.