You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nats req '$SRV.INFO.EchoService.tNoopzL5Sp1M4qJZdhdxqC' ''
19:40:06 Sending request on "$SRV.INFO.EchoService.tNoopzL5Sp1M4qJZdhdxqC"
19:40:06 Received with rtt 282.375µs
{"name":"EchoService","id":"tNoopzL5Sp1M4qJZdhdxqC","version":"1.0.0","metadata":{},"type":"io.nats.micro.v1.info_response","description":"","subjects":["svc.echo"]}
Observed behavior
As of commit 1eafa27, README.md in
main
branch at https://github.com/nats-io/nats.go/blob/1eafa27812eea44d7cfc0c5aeab970d660b83b75/micro/README.md gives an example of $SRV.INFO response, which lists an apparently invalid fieldsubjects
:Expected behavior
According to specs at
https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-32.md#INFO the response example should use
endpoints
field, notsubjects
Server and client version
https://github.com/nats-io/nats.go/blob/1eafa27812eea44d7cfc0c5aeab970d660b83b75/micro/README.md
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: