https://github.com/anicolaspp/io-streamer
Stream / Producer using Akka IO for testing Reactive Consumers
https://github.com/anicolaspp/io-streamer
akka akka-actors akka-streams streams
Last synced: 10 months ago
JSON representation
Stream / Producer using Akka IO for testing Reactive Consumers
- Host: GitHub
- URL: https://github.com/anicolaspp/io-streamer
- Owner: anicolaspp
- Created: 2017-02-03T01:01:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T07:13:55.000Z (about 8 years ago)
- Last Synced: 2025-05-26T12:10:56.794Z (about 1 year ago)
- Topics: akka, akka-actors, akka-streams, streams
- Language: Scala
- Homepage:
- Size: 708 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# io-streamer
In order to run it do:
```
sbt compile
sbt "run 9090 rn"
```
In a different terminal you can connect to it using telnet:
```
telnet localhost 9090
start:500
```
Notice that `start` is for starting the incoming stream and `:500` indicates how fast streamer will push data in. In this case `500 ms`.

