An open API service indexing awesome lists of open source software.

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

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`.

![Running the Streamer](https://github.com/anicolaspp/io-streamer/blob/master/running.png)

![Connecting using telnet](https://github.com/anicolaspp/io-streamer/blob/master/connecting.png)