{{template "header.html" .}}

Lookup

{{if not .Lookupd}}

Notice

nsqadmin is not configured with nsqlookupd hosts
{{else}}
{{range .Lookupd}} {{end}}
nsqlookupd Host
{{.}}
{{if .TopicMap}}
Below is a tree of Topics/Channels that are currently inactive (i.e. not produced on any nsqd in the cluster but are present in the lookup data)
{{else}}

Notice

No inactive Topics
{{end}}
Create Topic/Channel

This provides a way to setup a stream hierarchy before services are deployed to production.

If Channel Name is empty, just the topic is created.


{{end}} {{template "js.html" .}} {{template "footer.html" .}}