nats-io / nats-architecture-and-design

Architecture and Design Docs
Apache License 2.0
187 stars 20 forks source link

Allow user to supply full prefix or just domain #52

Closed scottf closed 1 year ago

scottf commented 2 years ago

Overview

  1. Accept full prefix, turning $JS.API. into <prefix>.API.
  2. Accept domain, turning $JS.API. into $JS.<domain>.API.

Clients and Tools

Other Tasks

Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.

bruth commented 1 year ago

Appears to be completed, closing.