We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f0e15 commit ca69050Copy full SHA for ca69050
README.md
@@ -1,2 +1,13 @@
1
# kpl-scala
2
-Kinesis Producer Library (KPL) Scala Wrapper
+A lightweight Scala wrapper around Kinesis Producer Library (KPL).
3
+
4
+The main benefit of this library is working with Scala-native Futures when
5
+interacting with KPL.
6
7
+## No Message Ordering
8
+Kinesis producer library **does not provide message ordering guarantees** at a reasonable throughput,
9
+see [this ticket](https://github.com/awslabs/amazon-kinesis-producer/issues/23) for more details.
10
11
+## Integration Tests
12
+This library is tested as part of [kcl-akka-stream](https://github.com/StreetContxt/kcl-akka-stream)
13
+integration tests.
0 commit comments