Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docs on NATS Streaming #284

Open
bjflanne opened this issue Sep 26, 2017 · 4 comments
Open

Improve docs on NATS Streaming #284

bjflanne opened this issue Sep 26, 2017 · 4 comments
Assignees

Comments

@bjflanne
Copy link
Contributor

Examples

-The relationship between NATS Streaming and NATS Server - esp operationally WRT to if somebody is already running NATS Server what should they do.

-How to create a connection - some users eventually figured out you have to create a plain NATS connection first, but still are not sure they are doing it the best/simplest way.

@tylertreat
Copy link

I think this is also somewhat related to https://github.com/nats-io/go-nats-streaming/issues/152

@ColinSullivan1
Copy link
Member

See also: nats-io/stan.java#62, #217

@rybit
Copy link

rybit commented Oct 26, 2017

Some things that would also be really helpful

  • an example of converting an existing connection to a streaming connection
  • an example of how to configure and setup the streaming server (esp with AWS or the likes)
  • the differences in the subscription starter points
  • clarification with how long messages are persisted/addressable
  • stats about throughput

Most of the information I have had to find by digging into the clients and the examples. That is less than ideal.

@ColinSullivan1
Copy link
Member

@rybit , great feedback, much appreciated. This list is helpful.

@gcolliso gcolliso self-assigned this Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@rybit @tylertreat @gcolliso @bjflanne @ColinSullivan1 and others