Catalog Node API return nil when the node is down
Open
theme/api
type/enhancement
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 43
Description
I am using the following Catalog Node API to watch the changes on a node:
`func (c *Catalog) Node(node string, q *QueryOptions) (*CatalogNode, *QueryMeta, error)`
In the testing, I manually shut down (Ctrl + c the running agent) the node being watched, my code received nil error but nil CatalogNode reference.
Contributor guide
Assessment
This issue has not been assessed yet.