Skip to content

Commit 0238c9a

Browse files
authored
Merge pull request #1300 from nats-io/remove-stan
Remove STAN references
2 parents 9a33688 + 9335fa9 commit 0238c9a

File tree

5 files changed

+0
-314
lines changed

5 files changed

+0
-314
lines changed

src/examples/java/io/nats/examples/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ In the `io.nats.examples.jetstream` package...
5555
### Other examples
5656
1. `autobench` - benchmarks the current system/setup in several scenarios
5757
1. `benchmark` - benchmark that supports multiple threads
58-
1. `stan` - A larger example that implements a server that can respond on multiple subjects, and several clients that send requests on those various subjects.
5958
1. `stability` - a small producer and subscriber that run forever printing some status every so often. These are intended for long running tests without burning the CPU.
6059
1. `jsmulti` - a multi-faceted tool that allows you to do a variety of publishing and subscribing to both core NATS and JetStream subjects. Please see the [JsMultiTool README](jsmulti/README.md)
6160

src/examples/java/io/nats/examples/stan/Stan.java

-112
This file was deleted.

src/examples/java/io/nats/examples/stan/StanExit.java

-71
This file was deleted.

src/examples/java/io/nats/examples/stan/StanRandom.java

-65
This file was deleted.

src/examples/java/io/nats/examples/stan/StanTime.java

-65
This file was deleted.

0 commit comments

Comments
 (0)